@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteMembersRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeleteMembersRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteMembersRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getAccountIds()
The list of AWS account identifiers for the member accounts to delete from the behavior graph.
|
String |
getGraphArn()
The ARN of the behavior graph to delete members from.
|
int |
hashCode() |
void |
setAccountIds(Collection<String> accountIds)
The list of AWS account identifiers for the member accounts to delete from the behavior graph.
|
void |
setGraphArn(String graphArn)
The ARN of the behavior graph to delete members from.
|
String |
toString()
Returns a string representation of this object.
|
DeleteMembersRequest |
withAccountIds(Collection<String> accountIds)
The list of AWS account identifiers for the member accounts to delete from the behavior graph.
|
DeleteMembersRequest |
withAccountIds(String... accountIds)
The list of AWS account identifiers for the member accounts to delete from the behavior graph.
|
DeleteMembersRequest |
withGraphArn(String graphArn)
The ARN of the behavior graph to delete members from.
|
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, withSdkRequestTimeoutpublic void setGraphArn(String graphArn)
The ARN of the behavior graph to delete members from.
graphArn - The ARN of the behavior graph to delete members from.public String getGraphArn()
The ARN of the behavior graph to delete members from.
public DeleteMembersRequest withGraphArn(String graphArn)
The ARN of the behavior graph to delete members from.
graphArn - The ARN of the behavior graph to delete members from.public List<String> getAccountIds()
The list of AWS account identifiers for the member accounts to delete from the behavior graph.
public void setAccountIds(Collection<String> accountIds)
The list of AWS account identifiers for the member accounts to delete from the behavior graph.
accountIds - The list of AWS account identifiers for the member accounts to delete from the behavior graph.public DeleteMembersRequest withAccountIds(String... accountIds)
The list of AWS account identifiers for the member accounts to delete from the behavior graph.
NOTE: This method appends the values to the existing list (if any). Use
setAccountIds(java.util.Collection) or withAccountIds(java.util.Collection) if you want to
override the existing values.
accountIds - The list of AWS account identifiers for the member accounts to delete from the behavior graph.public DeleteMembersRequest withAccountIds(Collection<String> accountIds)
The list of AWS account identifiers for the member accounts to delete from the behavior graph.
accountIds - The list of AWS account identifiers for the member accounts to delete from the behavior graph.public String toString()
toString in class ObjectObject.toString()public DeleteMembersRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()