@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAvailabilityConfigurationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListAvailabilityConfigurationsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListAvailabilityConfigurationsResult |
clone() |
boolean |
equals(Object obj) |
List<AvailabilityConfiguration> |
getAvailabilityConfigurations()
The list of
AvailabilityConfiguration's that exist for the specified WorkMail organization. |
String |
getNextToken()
The token to use to retrieve the next page of results.
|
int |
hashCode() |
void |
setAvailabilityConfigurations(Collection<AvailabilityConfiguration> availabilityConfigurations)
The list of
AvailabilityConfiguration's that exist for the specified WorkMail organization. |
void |
setNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
String |
toString()
Returns a string representation of this object.
|
ListAvailabilityConfigurationsResult |
withAvailabilityConfigurations(AvailabilityConfiguration... availabilityConfigurations)
The list of
AvailabilityConfiguration's that exist for the specified WorkMail organization. |
ListAvailabilityConfigurationsResult |
withAvailabilityConfigurations(Collection<AvailabilityConfiguration> availabilityConfigurations)
The list of
AvailabilityConfiguration's that exist for the specified WorkMail organization. |
ListAvailabilityConfigurationsResult |
withNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic ListAvailabilityConfigurationsResult()
public List<AvailabilityConfiguration> getAvailabilityConfigurations()
The list of AvailabilityConfiguration's that exist for the specified WorkMail organization.
AvailabilityConfiguration's that exist for the specified WorkMail organization.public void setAvailabilityConfigurations(Collection<AvailabilityConfiguration> availabilityConfigurations)
The list of AvailabilityConfiguration's that exist for the specified WorkMail organization.
availabilityConfigurations - The list of AvailabilityConfiguration's that exist for the specified WorkMail organization.public ListAvailabilityConfigurationsResult withAvailabilityConfigurations(AvailabilityConfiguration... availabilityConfigurations)
The list of AvailabilityConfiguration's that exist for the specified WorkMail organization.
NOTE: This method appends the values to the existing list (if any). Use
setAvailabilityConfigurations(java.util.Collection) or
withAvailabilityConfigurations(java.util.Collection) if you want to override the existing values.
availabilityConfigurations - The list of AvailabilityConfiguration's that exist for the specified WorkMail organization.public ListAvailabilityConfigurationsResult withAvailabilityConfigurations(Collection<AvailabilityConfiguration> availabilityConfigurations)
The list of AvailabilityConfiguration's that exist for the specified WorkMail organization.
availabilityConfigurations - The list of AvailabilityConfiguration's that exist for the specified WorkMail organization.public void setNextToken(String nextToken)
The token to use to retrieve the next page of results. The value is null when there are no further
results to return.
nextToken - The token to use to retrieve the next page of results. The value is null when there are no
further results to return.public String getNextToken()
The token to use to retrieve the next page of results. The value is null when there are no further
results to return.
null when there are no
further results to return.public ListAvailabilityConfigurationsResult withNextToken(String nextToken)
The token to use to retrieve the next page of results. The value is null when there are no further
results to return.
nextToken - The token to use to retrieve the next page of results. The value is null when there are no
further results to return.public String toString()
toString in class ObjectObject.toString()public ListAvailabilityConfigurationsResult clone()