@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAvailabilityConfigurationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListAvailabilityConfigurationsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListAvailabilityConfigurationsRequest |
clone() |
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of results to return in a single call.
|
String |
getNextToken()
The token to use to retrieve the next page of results.
|
String |
getOrganizationId()
The WorkMail organization for which the
AvailabilityConfiguration's will be listed. |
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of results to return in a single call.
|
void |
setNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
void |
setOrganizationId(String organizationId)
The WorkMail organization for which the
AvailabilityConfiguration's will be listed. |
String |
toString()
Returns a string representation of this object.
|
ListAvailabilityConfigurationsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return in a single call.
|
ListAvailabilityConfigurationsRequest |
withNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
ListAvailabilityConfigurationsRequest |
withOrganizationId(String organizationId)
The WorkMail organization for which the
AvailabilityConfiguration's will be listed. |
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 ListAvailabilityConfigurationsRequest()
public void setOrganizationId(String organizationId)
The WorkMail organization for which the AvailabilityConfiguration's will be listed.
organizationId - The WorkMail organization for which the AvailabilityConfiguration's will be listed.public String getOrganizationId()
The WorkMail organization for which the AvailabilityConfiguration's will be listed.
AvailabilityConfiguration's will be listed.public ListAvailabilityConfigurationsRequest withOrganizationId(String organizationId)
The WorkMail organization for which the AvailabilityConfiguration's will be listed.
organizationId - The WorkMail organization for which the AvailabilityConfiguration's will be listed.public void setMaxResults(Integer maxResults)
The maximum number of results to return in a single call.
maxResults - The maximum number of results to return in a single call.public Integer getMaxResults()
The maximum number of results to return in a single call.
public ListAvailabilityConfigurationsRequest withMaxResults(Integer maxResults)
The maximum number of results to return in a single call.
maxResults - The maximum number of results to return in a single call.public void setNextToken(String nextToken)
The token to use to retrieve the next page of results. The first call does not require a token.
nextToken - The token to use to retrieve the next page of results. The first call does not require a token.public String getNextToken()
The token to use to retrieve the next page of results. The first call does not require a token.
public ListAvailabilityConfigurationsRequest withNextToken(String nextToken)
The token to use to retrieve the next page of results. The first call does not require a token.
nextToken - The token to use to retrieve the next page of results. The first call does not require a token.public String toString()
toString in class ObjectObject.toString()public ListAvailabilityConfigurationsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.