@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 Amazon Web Services account identifiers for the member accounts to remove from the behavior graph.
|
String |
getGraphArn()
The ARN of the behavior graph to remove members from.
|
int |
hashCode() |
void |
setAccountIds(Collection<String> accountIds)
The list of Amazon Web Services account identifiers for the member accounts to remove from the behavior graph.
|
void |
setGraphArn(String graphArn)
The ARN of the behavior graph to remove members from.
|
String |
toString()
Returns a string representation of this object.
|
DeleteMembersRequest |
withAccountIds(Collection<String> accountIds)
The list of Amazon Web Services account identifiers for the member accounts to remove from the behavior graph.
|
DeleteMembersRequest |
withAccountIds(String... accountIds)
The list of Amazon Web Services account identifiers for the member accounts to remove from the behavior graph.
|
DeleteMembersRequest |
withGraphArn(String graphArn)
The ARN of the behavior graph to remove 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 remove members from.
graphArn - The ARN of the behavior graph to remove members from.public String getGraphArn()
The ARN of the behavior graph to remove members from.
public DeleteMembersRequest withGraphArn(String graphArn)
The ARN of the behavior graph to remove members from.
graphArn - The ARN of the behavior graph to remove members from.public List<String> getAccountIds()
The list of Amazon Web Services account identifiers for the member accounts to remove from the behavior graph. You can remove up to 50 member accounts at a time.
public void setAccountIds(Collection<String> accountIds)
The list of Amazon Web Services account identifiers for the member accounts to remove from the behavior graph. You can remove up to 50 member accounts at a time.
accountIds - The list of Amazon Web Services account identifiers for the member accounts to remove from the behavior
graph. You can remove up to 50 member accounts at a time.public DeleteMembersRequest withAccountIds(String... accountIds)
The list of Amazon Web Services account identifiers for the member accounts to remove from the behavior graph. You can remove up to 50 member accounts at a time.
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 Amazon Web Services account identifiers for the member accounts to remove from the behavior
graph. You can remove up to 50 member accounts at a time.public DeleteMembersRequest withAccountIds(Collection<String> accountIds)
The list of Amazon Web Services account identifiers for the member accounts to remove from the behavior graph. You can remove up to 50 member accounts at a time.
accountIds - The list of Amazon Web Services account identifiers for the member accounts to remove from the behavior
graph. You can remove up to 50 member accounts at a time.public String toString()
toString in class ObjectObject.toString()public DeleteMembersRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()