@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListMembersRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListMembersRequest() |
Modifier and Type | Method and Description |
---|---|
ListMembersRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDetectorId()
The unique ID of the detector of the GuardDuty account whose members you want to list.
|
Integer |
getMaxResults()
You can use this parameter to indicate the maximum number of items you want in the response.
|
String |
getNextToken()
You can use this parameter when paginating results.
|
String |
getOnlyAssociated()
Specifies what member accounts the response is to include based on their relationship status with the master
account.
|
int |
hashCode() |
void |
setDetectorId(String detectorId)
The unique ID of the detector of the GuardDuty account whose members you want to list.
|
void |
setMaxResults(Integer maxResults)
You can use this parameter to indicate the maximum number of items you want in the response.
|
void |
setNextToken(String nextToken)
You can use this parameter when paginating results.
|
void |
setOnlyAssociated(String onlyAssociated)
Specifies what member accounts the response is to include based on their relationship status with the master
account.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListMembersRequest |
withDetectorId(String detectorId)
The unique ID of the detector of the GuardDuty account whose members you want to list.
|
ListMembersRequest |
withMaxResults(Integer maxResults)
You can use this parameter to indicate the maximum number of items you want in the response.
|
ListMembersRequest |
withNextToken(String nextToken)
You can use this parameter when paginating results.
|
ListMembersRequest |
withOnlyAssociated(String onlyAssociated)
Specifies what member accounts the response is to include based on their relationship status with the master
account.
|
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 void setDetectorId(String detectorId)
detectorId
- The unique ID of the detector of the GuardDuty account whose members you want to list.public String getDetectorId()
public ListMembersRequest withDetectorId(String detectorId)
detectorId
- The unique ID of the detector of the GuardDuty account whose members you want to list.public void setMaxResults(Integer maxResults)
maxResults
- You can use this parameter to indicate the maximum number of items you want in the response. The default
value is 1. The maximum value is 50.public Integer getMaxResults()
public ListMembersRequest withMaxResults(Integer maxResults)
maxResults
- You can use this parameter to indicate the maximum number of items you want in the response. The default
value is 1. The maximum value is 50.public void setNextToken(String nextToken)
nextToken
- You can use this parameter when paginating results. Set the value of this parameter to null on your first
call to the ListMembers action. Subsequent calls to the action fill nextToken in the request with the
value of NextToken from the previous response to continue listing data.public String getNextToken()
public ListMembersRequest withNextToken(String nextToken)
nextToken
- You can use this parameter when paginating results. Set the value of this parameter to null on your first
call to the ListMembers action. Subsequent calls to the action fill nextToken in the request with the
value of NextToken from the previous response to continue listing data.public void setOnlyAssociated(String onlyAssociated)
onlyAssociated
- Specifies what member accounts the response is to include based on their relationship status with the
master account. The default value is TRUE. If onlyAssociated is set to TRUE, the response will include
member accounts whose relationship status with the master is set to Enabled, Disabled. If onlyAssociated
is set to FALSE, the response will include all existing member accounts.public String getOnlyAssociated()
public ListMembersRequest withOnlyAssociated(String onlyAssociated)
onlyAssociated
- Specifies what member accounts the response is to include based on their relationship status with the
master account. The default value is TRUE. If onlyAssociated is set to TRUE, the response will include
member accounts whose relationship status with the master is set to Enabled, Disabled. If onlyAssociated
is set to FALSE, the response will include all existing member accounts.public String toString()
toString
in class Object
Object.toString()
public ListMembersRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.