@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchDeleteAgentsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
BatchDeleteAgentsRequest() |
Modifier and Type | Method and Description |
---|---|
BatchDeleteAgentsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<DeleteAgent> |
getDeleteAgents()
The list of agents to delete.
|
int |
hashCode() |
void |
setDeleteAgents(Collection<DeleteAgent> deleteAgents)
The list of agents to delete.
|
String |
toString()
Returns a string representation of this object.
|
BatchDeleteAgentsRequest |
withDeleteAgents(Collection<DeleteAgent> deleteAgents)
The list of agents to delete.
|
BatchDeleteAgentsRequest |
withDeleteAgents(DeleteAgent... deleteAgents)
The list of agents to delete.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public List<DeleteAgent> getDeleteAgents()
The list of agents to delete.
public void setDeleteAgents(Collection<DeleteAgent> deleteAgents)
The list of agents to delete.
deleteAgents
- The list of agents to delete.public BatchDeleteAgentsRequest withDeleteAgents(DeleteAgent... deleteAgents)
The list of agents to delete.
NOTE: This method appends the values to the existing list (if any). Use
setDeleteAgents(java.util.Collection)
or withDeleteAgents(java.util.Collection)
if you want to
override the existing values.
deleteAgents
- The list of agents to delete.public BatchDeleteAgentsRequest withDeleteAgents(Collection<DeleteAgent> deleteAgents)
The list of agents to delete.
deleteAgents
- The list of agents to delete.public String toString()
toString
in class Object
Object.toString()
public BatchDeleteAgentsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()