@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetEnrollmentStatusesForOrganizationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetEnrollmentStatusesForOrganizationRequest() |
Modifier and Type | Method and Description |
---|---|
GetEnrollmentStatusesForOrganizationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<EnrollmentFilter> |
getFilters()
An array of objects to specify a filter that returns a more specific list of account enrollment statuses.
|
Integer |
getMaxResults()
The maximum number of account enrollment statuses to return with a single request.
|
String |
getNextToken()
The token to advance to the next page of account enrollment statuses.
|
int |
hashCode() |
void |
setFilters(Collection<EnrollmentFilter> filters)
An array of objects to specify a filter that returns a more specific list of account enrollment statuses.
|
void |
setMaxResults(Integer maxResults)
The maximum number of account enrollment statuses to return with a single request.
|
void |
setNextToken(String nextToken)
The token to advance to the next page of account enrollment statuses.
|
String |
toString()
Returns a string representation of this object.
|
GetEnrollmentStatusesForOrganizationRequest |
withFilters(Collection<EnrollmentFilter> filters)
An array of objects to specify a filter that returns a more specific list of account enrollment statuses.
|
GetEnrollmentStatusesForOrganizationRequest |
withFilters(EnrollmentFilter... filters)
An array of objects to specify a filter that returns a more specific list of account enrollment statuses.
|
GetEnrollmentStatusesForOrganizationRequest |
withMaxResults(Integer maxResults)
The maximum number of account enrollment statuses to return with a single request.
|
GetEnrollmentStatusesForOrganizationRequest |
withNextToken(String nextToken)
The token to advance to the next page of account enrollment statuses.
|
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 GetEnrollmentStatusesForOrganizationRequest()
public List<EnrollmentFilter> getFilters()
An array of objects to specify a filter that returns a more specific list of account enrollment statuses.
public void setFilters(Collection<EnrollmentFilter> filters)
An array of objects to specify a filter that returns a more specific list of account enrollment statuses.
filters
- An array of objects to specify a filter that returns a more specific list of account enrollment statuses.public GetEnrollmentStatusesForOrganizationRequest withFilters(EnrollmentFilter... filters)
An array of objects to specify a filter that returns a more specific list of account enrollment statuses.
NOTE: This method appends the values to the existing list (if any). Use
setFilters(java.util.Collection)
or withFilters(java.util.Collection)
if you want to override
the existing values.
filters
- An array of objects to specify a filter that returns a more specific list of account enrollment statuses.public GetEnrollmentStatusesForOrganizationRequest withFilters(Collection<EnrollmentFilter> filters)
An array of objects to specify a filter that returns a more specific list of account enrollment statuses.
filters
- An array of objects to specify a filter that returns a more specific list of account enrollment statuses.public void setNextToken(String nextToken)
The token to advance to the next page of account enrollment statuses.
nextToken
- The token to advance to the next page of account enrollment statuses.public String getNextToken()
The token to advance to the next page of account enrollment statuses.
public GetEnrollmentStatusesForOrganizationRequest withNextToken(String nextToken)
The token to advance to the next page of account enrollment statuses.
nextToken
- The token to advance to the next page of account enrollment statuses.public void setMaxResults(Integer maxResults)
The maximum number of account enrollment statuses to return with a single request. You can specify up to 100 statuses to return with each request.
To retrieve the remaining results, make another request with the returned nextToken
value.
maxResults
- The maximum number of account enrollment statuses to return with a single request. You can specify up to
100 statuses to return with each request.
To retrieve the remaining results, make another request with the returned nextToken
value.
public Integer getMaxResults()
The maximum number of account enrollment statuses to return with a single request. You can specify up to 100 statuses to return with each request.
To retrieve the remaining results, make another request with the returned nextToken
value.
To retrieve the remaining results, make another request with the returned nextToken
value.
public GetEnrollmentStatusesForOrganizationRequest withMaxResults(Integer maxResults)
The maximum number of account enrollment statuses to return with a single request. You can specify up to 100 statuses to return with each request.
To retrieve the remaining results, make another request with the returned nextToken
value.
maxResults
- The maximum number of account enrollment statuses to return with a single request. You can specify up to
100 statuses to return with each request.
To retrieve the remaining results, make another request with the returned nextToken
value.
public String toString()
toString
in class Object
Object.toString()
public GetEnrollmentStatusesForOrganizationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()