@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetMembersRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| GetMembersRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| GetMembersRequest | 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 account for which to return member details. | 
| String | getGraphArn()
 The ARN of the behavior graph for which to request the member details. | 
| int | hashCode() | 
| void | setAccountIds(Collection<String> accountIds)
 The list of Amazon Web Services account identifiers for the member account for which to return member details. | 
| void | setGraphArn(String graphArn)
 The ARN of the behavior graph for which to request the member details. | 
| String | toString()Returns a string representation of this object. | 
| GetMembersRequest | withAccountIds(Collection<String> accountIds)
 The list of Amazon Web Services account identifiers for the member account for which to return member details. | 
| GetMembersRequest | withAccountIds(String... accountIds)
 The list of Amazon Web Services account identifiers for the member account for which to return member details. | 
| GetMembersRequest | withGraphArn(String graphArn)
 The ARN of the behavior graph for which to request the member details. | 
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 for which to request the member details.
graphArn - The ARN of the behavior graph for which to request the member details.public String getGraphArn()
The ARN of the behavior graph for which to request the member details.
public GetMembersRequest withGraphArn(String graphArn)
The ARN of the behavior graph for which to request the member details.
graphArn - The ARN of the behavior graph for which to request the member details.public List<String> getAccountIds()
The list of Amazon Web Services account identifiers for the member account for which to return member details. You can request details for up to 50 member accounts at a time.
 You cannot use GetMembers to retrieve information about member accounts that were removed from the
 behavior graph.
 
         You cannot use GetMembers to retrieve information about member accounts that were removed
         from the behavior graph.
public void setAccountIds(Collection<String> accountIds)
The list of Amazon Web Services account identifiers for the member account for which to return member details. You can request details for up to 50 member accounts at a time.
 You cannot use GetMembers to retrieve information about member accounts that were removed from the
 behavior graph.
 
accountIds - The list of Amazon Web Services account identifiers for the member account for which to return member
        details. You can request details for up to 50 member accounts at a time.
        
        You cannot use GetMembers to retrieve information about member accounts that were removed
        from the behavior graph.
public GetMembersRequest withAccountIds(String... accountIds)
The list of Amazon Web Services account identifiers for the member account for which to return member details. You can request details for up to 50 member accounts at a time.
 You cannot use GetMembers to retrieve information about member accounts that were removed 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 Amazon Web Services account identifiers for the member account for which to return member
        details. You can request details for up to 50 member accounts at a time.
        
        You cannot use GetMembers to retrieve information about member accounts that were removed
        from the behavior graph.
public GetMembersRequest withAccountIds(Collection<String> accountIds)
The list of Amazon Web Services account identifiers for the member account for which to return member details. You can request details for up to 50 member accounts at a time.
 You cannot use GetMembers to retrieve information about member accounts that were removed from the
 behavior graph.
 
accountIds - The list of Amazon Web Services account identifiers for the member account for which to return member
        details. You can request details for up to 50 member accounts at a time.
        
        You cannot use GetMembers to retrieve information about member accounts that were removed
        from the behavior graph.
public String toString()
toString in class ObjectObject.toString()public GetMembersRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()