@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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.
|
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, 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 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.
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.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.
MaxResults
, the response includes
a NextToken
value that you can use to get another batch of member account IDs.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.
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.public String toString()
toString
in class Object
Object.toString()
public ListMemberAccountsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.