public class StartDataCollectionByAgentIdsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
StartDataCollectionByAgentIdsRequest() |
| Modifier and Type | Method and Description |
|---|---|
StartDataCollectionByAgentIdsRequest |
clone() |
boolean |
equals(Object obj) |
List<String> |
getAgentIds()
The IDs of the agents that you want to start collecting data.
|
int |
hashCode() |
void |
setAgentIds(Collection<String> agentIds)
The IDs of the agents that you want to start collecting data.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
StartDataCollectionByAgentIdsRequest |
withAgentIds(Collection<String> agentIds)
The IDs of the agents that you want to start collecting data.
|
StartDataCollectionByAgentIdsRequest |
withAgentIds(String... agentIds)
The IDs of the agents that you want to start 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, withSdkRequestTimeoutpublic StartDataCollectionByAgentIdsRequest()
public List<String> getAgentIds()
The IDs of the agents that you want to start collecting data. If you send
a request to an AWS agent ID that you do not have permission to contact,
according to your AWS account, the service does not throw an exception.
Instead, it returns the error in the Description field. If you
send a request to multiple agents and you do not have permission to
contact some of those agents, the system does not throw an exception.
Instead, the system shows Failed in the Description
field.
Failed in the Description field.public void setAgentIds(Collection<String> agentIds)
The IDs of the agents that you want to start collecting data. If you send
a request to an AWS agent ID that you do not have permission to contact,
according to your AWS account, the service does not throw an exception.
Instead, it returns the error in the Description field. If you
send a request to multiple agents and you do not have permission to
contact some of those agents, the system does not throw an exception.
Instead, the system shows Failed in the Description
field.
agentIds - The IDs of the agents that you want to start collecting data. If
you send a request to an AWS agent ID that you do not have
permission to contact, according to your AWS account, the service
does not throw an exception. Instead, it returns the error in the
Description field. If you send a request to multiple agents
and you do not have permission to contact some of those agents,
the system does not throw an exception. Instead, the system shows
Failed in the Description field.public StartDataCollectionByAgentIdsRequest withAgentIds(String... agentIds)
The IDs of the agents that you want to start collecting data. If you send
a request to an AWS agent ID that you do not have permission to contact,
according to your AWS account, the service does not throw an exception.
Instead, it returns the error in the Description field. If you
send a request to multiple agents and you do not have permission to
contact some of those agents, the system does not throw an exception.
Instead, the system shows Failed in the Description
field.
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 start collecting data. If
you send a request to an AWS agent ID that you do not have
permission to contact, according to your AWS account, the service
does not throw an exception. Instead, it returns the error in the
Description field. If you send a request to multiple agents
and you do not have permission to contact some of those agents,
the system does not throw an exception. Instead, the system shows
Failed in the Description field.public StartDataCollectionByAgentIdsRequest withAgentIds(Collection<String> agentIds)
The IDs of the agents that you want to start collecting data. If you send
a request to an AWS agent ID that you do not have permission to contact,
according to your AWS account, the service does not throw an exception.
Instead, it returns the error in the Description field. If you
send a request to multiple agents and you do not have permission to
contact some of those agents, the system does not throw an exception.
Instead, the system shows Failed in the Description
field.
agentIds - The IDs of the agents that you want to start collecting data. If
you send a request to an AWS agent ID that you do not have
permission to contact, according to your AWS account, the service
does not throw an exception. Instead, it returns the error in the
Description field. If you send a request to multiple agents
and you do not have permission to contact some of those agents,
the system does not throw an exception. Instead, the system shows
Failed in the Description field.public String toString()
toString in class ObjectObject.toString()public StartDataCollectionByAgentIdsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2016. All rights reserved.