@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListMemberAccountsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListMemberAccountsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListMemberAccountsRequest |
clone() |
boolean |
equals(Object obj) |
Integer |
getMaxResults()
Specifies the number of member account IDs that you want AWS Firewall Manager to return for this request.
|
String |
getNextToken()
If you specify a value for
MaxResults and you have more account IDs than the number that you specify
for MaxResults, AWS Firewall Manager returns a NextToken value in the response that
allows you to list another group of IDs. |
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
Specifies the number of member account IDs that you want AWS Firewall Manager to return for this request.
|
void |
setNextToken(String nextToken)
If you specify a value for
MaxResults and you have more account IDs than the number that you specify
for MaxResults, AWS Firewall Manager returns a NextToken value in the response that
allows you to list another group of IDs. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListMemberAccountsRequest |
withMaxResults(Integer maxResults)
Specifies the number of member account IDs that you want AWS Firewall Manager to return for this request.
|
ListMemberAccountsRequest |
withNextToken(String nextToken)
If you specify a value for
MaxResults and you have more account IDs than the number that you specify
for MaxResults, AWS Firewall Manager returns a NextToken value in the response that
allows you to list another group of IDs. |
addHandlerContext, copyBaseTo, 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 setNextToken(String nextToken)
If you specify a value for MaxResults and you have more account IDs than the number that you specify
for MaxResults, AWS Firewall Manager returns a NextToken value in the response that
allows you to list another group of IDs. For the second and subsequent ListMemberAccountsRequest
requests, specify the value of NextToken from the previous response to get information about another
batch of member account IDs.
nextToken - If you specify a value for MaxResults and you have more account IDs than the number that you
specify for MaxResults, AWS Firewall Manager returns a NextToken value in the
response that allows you to list another group of IDs. For the second and subsequent
ListMemberAccountsRequest requests, specify the value of NextToken from the
previous response to get information about another batch of member account IDs.public String getNextToken()
If you specify a value for MaxResults and you have more account IDs than the number that you specify
for MaxResults, AWS Firewall Manager returns a NextToken value in the response that
allows you to list another group of IDs. For the second and subsequent ListMemberAccountsRequest
requests, specify the value of NextToken from the previous response to get information about another
batch of member account IDs.
MaxResults and you have more account IDs than the number that you
specify for MaxResults, AWS Firewall Manager returns a NextToken value in the
response that allows you to list another group of IDs. For the second and subsequent
ListMemberAccountsRequest requests, specify the value of NextToken from the
previous response to get information about another batch of member account IDs.public ListMemberAccountsRequest withNextToken(String nextToken)
If you specify a value for MaxResults and you have more account IDs than the number that you specify
for MaxResults, AWS Firewall Manager returns a NextToken value in the response that
allows you to list another group of IDs. For the second and subsequent ListMemberAccountsRequest
requests, specify the value of NextToken from the previous response to get information about another
batch of member account IDs.
nextToken - If you specify a value for MaxResults and you have more account IDs than the number that you
specify for MaxResults, AWS Firewall Manager returns a NextToken value in the
response that allows you to list another group of IDs. For the second and subsequent
ListMemberAccountsRequest requests, specify the value of NextToken from the
previous response to get information about another batch of member account IDs.public void setMaxResults(Integer maxResults)
Specifies the number of member account IDs that you want AWS Firewall Manager to return for this request. If you
have more IDs than the number that you specify for MaxResults, the response includes a
NextToken value that you can use to get another batch of member account IDs. The maximum value for
MaxResults is 100.
maxResults - Specifies the number of member account IDs that you want AWS Firewall Manager to return for this request.
If you have more IDs than the number that you specify for MaxResults, the response includes a
NextToken value that you can use to get another batch of member account IDs. The maximum
value for MaxResults is 100.public Integer getMaxResults()
Specifies the number of member account IDs that you want AWS Firewall Manager to return for this request. If you
have more IDs than the number that you specify for MaxResults, the response includes a
NextToken value that you can use to get another batch of member account IDs. The maximum value for
MaxResults is 100.
MaxResults, the response includes
a NextToken value that you can use to get another batch of member account IDs. The maximum
value for MaxResults is 100.public ListMemberAccountsRequest withMaxResults(Integer maxResults)
Specifies the number of member account IDs that you want AWS Firewall Manager to return for this request. If you
have more IDs than the number that you specify for MaxResults, the response includes a
NextToken value that you can use to get another batch of member account IDs. The maximum value for
MaxResults is 100.
maxResults - Specifies the number of member account IDs that you want AWS Firewall Manager to return for this request.
If you have more IDs than the number that you specify for MaxResults, the response includes a
NextToken value that you can use to get another batch of member account IDs. The maximum
value for MaxResults is 100.public String toString()
toString in class ObjectObject.toString()public ListMemberAccountsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2018. All rights reserved.