@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 the member is associated with.
|
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 includes based on their relationship status with the master account.
|
int |
hashCode() |
void |
setDetectorId(String detectorId)
The unique ID of the detector the member is associated with.
|
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 includes based on their relationship status with the master account.
|
String |
toString()
Returns a string representation of this object.
|
ListMembersRequest |
withDetectorId(String detectorId)
The unique ID of the detector the member is associated with.
|
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 includes 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)
The unique ID of the detector the member is associated with.
detectorId
- The unique ID of the detector the member is associated with.public String getDetectorId()
The unique ID of the detector the member is associated with.
public ListMembersRequest withDetectorId(String detectorId)
The unique ID of the detector the member is associated with.
detectorId
- The unique ID of the detector the member is associated with.public void setMaxResults(Integer maxResults)
You can use this parameter to indicate the maximum number of items you want in the response. The default value is 50. The maximum value is 50.
maxResults
- You can use this parameter to indicate the maximum number of items you want in the response. The default
value is 50. The maximum value is 50.public Integer getMaxResults()
You can use this parameter to indicate the maximum number of items you want in the response. The default value is 50. The maximum value is 50.
public ListMembersRequest withMaxResults(Integer maxResults)
You can use this parameter to indicate the maximum number of items you want in the response. The default value is 50. The maximum value is 50.
maxResults
- You can use this parameter to indicate the maximum number of items you want in the response. The default
value is 50. The maximum value is 50.public void setNextToken(String nextToken)
You can use this parameter when paginating results. Set the value of this parameter to null on your first call to the list action. For subsequent calls to the action, fill nextToken in the request with the value of NextToken from the previous response to continue listing data.
nextToken
- You can use this parameter when paginating results. Set the value of this parameter to null on your first
call to the list action. For 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()
You can use this parameter when paginating results. Set the value of this parameter to null on your first call to the list action. For subsequent calls to the action, fill nextToken in the request with the value of NextToken from the previous response to continue listing data.
public ListMembersRequest withNextToken(String nextToken)
You can use this parameter when paginating results. Set the value of this parameter to null on your first call to the list action. For subsequent calls to the action, fill nextToken in the request with the value of NextToken from the previous response to continue listing data.
nextToken
- You can use this parameter when paginating results. Set the value of this parameter to null on your first
call to the list action. For 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)
Specifies what member accounts the response includes based on their relationship status with the master account. The default value is "true". If set to "false" the response includes all existing member accounts (including members who haven't been invited yet or have been disassociated).
onlyAssociated
- Specifies what member accounts the response includes based on their relationship status with the master
account. The default value is "true". If set to "false" the response includes all existing member accounts
(including members who haven't been invited yet or have been disassociated).public String getOnlyAssociated()
Specifies what member accounts the response includes based on their relationship status with the master account. The default value is "true". If set to "false" the response includes all existing member accounts (including members who haven't been invited yet or have been disassociated).
public ListMembersRequest withOnlyAssociated(String onlyAssociated)
Specifies what member accounts the response includes based on their relationship status with the master account. The default value is "true". If set to "false" the response includes all existing member accounts (including members who haven't been invited yet or have been disassociated).
onlyAssociated
- Specifies what member accounts the response includes based on their relationship status with the master
account. The default value is "true". If set to "false" the response includes all existing member accounts
(including members who haven't been invited yet or have been disassociated).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.