public class StopDataCollectionByAgentIdsRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.util.List<java.lang.String> |
agentIds
The IDs of the agents that you want to stop collecting data.
|
NOOP
Constructor and Description |
---|
StopDataCollectionByAgentIdsRequest() |
Modifier and Type | Method and Description |
---|---|
StopDataCollectionByAgentIdsRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.util.List<java.lang.String> |
getAgentIds()
The IDs of the agents that you want to stop collecting data.
|
int |
hashCode() |
void |
setAgentIds(java.util.Collection<java.lang.String> agentIds)
The IDs of the agents that you want to stop collecting data.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
StopDataCollectionByAgentIdsRequest |
withAgentIds(java.util.Collection<java.lang.String> agentIds)
The IDs of the agents that you want to stop collecting data.
|
StopDataCollectionByAgentIdsRequest |
withAgentIds(java.lang.String... agentIds)
The IDs of the agents that you want to stop collecting data.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private java.util.List<java.lang.String> agentIds
The IDs of the agents that you want to stop collecting data.
public java.util.List<java.lang.String> getAgentIds()
The IDs of the agents that you want to stop collecting data.
public void setAgentIds(java.util.Collection<java.lang.String> agentIds)
The IDs of the agents that you want to stop collecting data.
agentIds
- The IDs of the agents that you want to stop collecting data.public StopDataCollectionByAgentIdsRequest withAgentIds(java.lang.String... agentIds)
The IDs of the agents that you want to stop collecting data.
NOTE: This method appends the values to the existing list (if
any). Use setAgentIds(java.util.Collection)
or
withAgentIds(java.util.Collection)
if you want to override the
existing values.
agentIds
- The IDs of the agents that you want to stop collecting data.public StopDataCollectionByAgentIdsRequest withAgentIds(java.util.Collection<java.lang.String> agentIds)
The IDs of the agents that you want to stop collecting data.
agentIds
- The IDs of the agents that you want to stop collecting data.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public StopDataCollectionByAgentIdsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()