@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListDomainMaintenancesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The result of a ListDomainMaintenances
request that contains information about the requested actions.
Constructor and Description |
---|
ListDomainMaintenancesResult() |
Modifier and Type | Method and Description |
---|---|
ListDomainMaintenancesResult |
clone() |
boolean |
equals(Object obj) |
List<DomainMaintenanceDetails> |
getDomainMaintenances()
A list of the submitted maintenance actions.
|
String |
getNextToken()
When
nextToken is returned, there are more results available. |
int |
hashCode() |
void |
setDomainMaintenances(Collection<DomainMaintenanceDetails> domainMaintenances)
A list of the submitted maintenance actions.
|
void |
setNextToken(String nextToken)
When
nextToken is returned, there are more results available. |
String |
toString()
Returns a string representation of this object.
|
ListDomainMaintenancesResult |
withDomainMaintenances(Collection<DomainMaintenanceDetails> domainMaintenances)
A list of the submitted maintenance actions.
|
ListDomainMaintenancesResult |
withDomainMaintenances(DomainMaintenanceDetails... domainMaintenances)
A list of the submitted maintenance actions.
|
ListDomainMaintenancesResult |
withNextToken(String nextToken)
When
nextToken is returned, there are more results available. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<DomainMaintenanceDetails> getDomainMaintenances()
A list of the submitted maintenance actions.
public void setDomainMaintenances(Collection<DomainMaintenanceDetails> domainMaintenances)
A list of the submitted maintenance actions.
domainMaintenances
- A list of the submitted maintenance actions.public ListDomainMaintenancesResult withDomainMaintenances(DomainMaintenanceDetails... domainMaintenances)
A list of the submitted maintenance actions.
NOTE: This method appends the values to the existing list (if any). Use
setDomainMaintenances(java.util.Collection)
or withDomainMaintenances(java.util.Collection)
if
you want to override the existing values.
domainMaintenances
- A list of the submitted maintenance actions.public ListDomainMaintenancesResult withDomainMaintenances(Collection<DomainMaintenanceDetails> domainMaintenances)
A list of the submitted maintenance actions.
domainMaintenances
- A list of the submitted maintenance actions.public void setNextToken(String nextToken)
When nextToken
is returned, there are more results available. The value of nextToken
is
a unique pagination token for each page. Send the request again using the returned token to retrieve the next
page.
nextToken
- When nextToken
is returned, there are more results available. The value of
nextToken
is a unique pagination token for each page. Send the request again using the
returned token to retrieve the next page.public String getNextToken()
When nextToken
is returned, there are more results available. The value of nextToken
is
a unique pagination token for each page. Send the request again using the returned token to retrieve the next
page.
nextToken
is returned, there are more results available. The value of
nextToken
is a unique pagination token for each page. Send the request again using the
returned token to retrieve the next page.public ListDomainMaintenancesResult withNextToken(String nextToken)
When nextToken
is returned, there are more results available. The value of nextToken
is
a unique pagination token for each page. Send the request again using the returned token to retrieve the next
page.
nextToken
- When nextToken
is returned, there are more results available. The value of
nextToken
is a unique pagination token for each page. Send the request again using the
returned token to retrieve the next page.public String toString()
toString
in class Object
Object.toString()
public ListDomainMaintenancesResult clone()