@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListDomainMaintenancesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Container for the parameters to the ListDomainMaintenances
operation.
NOOP
Constructor and Description |
---|
ListDomainMaintenancesRequest() |
Modifier and Type | Method and Description |
---|---|
ListDomainMaintenancesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAction()
The name of the action.
|
String |
getDomainName()
The name of the domain.
|
Integer |
getMaxResults()
An optional parameter that specifies the maximum number of results to return.
|
String |
getNextToken()
If your initial
ListDomainMaintenances operation returns a nextToken , include the
returned nextToken in subsequent ListDomainMaintenances operations, which returns
results in the next page. |
String |
getStatus()
The status of the action.
|
int |
hashCode() |
void |
setAction(String action)
The name of the action.
|
void |
setDomainName(String domainName)
The name of the domain.
|
void |
setMaxResults(Integer maxResults)
An optional parameter that specifies the maximum number of results to return.
|
void |
setNextToken(String nextToken)
If your initial
ListDomainMaintenances operation returns a nextToken , include the
returned nextToken in subsequent ListDomainMaintenances operations, which returns
results in the next page. |
void |
setStatus(String status)
The status of the action.
|
String |
toString()
Returns a string representation of this object.
|
ListDomainMaintenancesRequest |
withAction(MaintenanceType action)
The name of the action.
|
ListDomainMaintenancesRequest |
withAction(String action)
The name of the action.
|
ListDomainMaintenancesRequest |
withDomainName(String domainName)
The name of the domain.
|
ListDomainMaintenancesRequest |
withMaxResults(Integer maxResults)
An optional parameter that specifies the maximum number of results to return.
|
ListDomainMaintenancesRequest |
withNextToken(String nextToken)
If your initial
ListDomainMaintenances operation returns a nextToken , include the
returned nextToken in subsequent ListDomainMaintenances operations, which returns
results in the next page. |
ListDomainMaintenancesRequest |
withStatus(MaintenanceStatus status)
The status of the action.
|
ListDomainMaintenancesRequest |
withStatus(String status)
The status of the action.
|
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 setDomainName(String domainName)
The name of the domain.
domainName
- The name of the domain.public String getDomainName()
The name of the domain.
public ListDomainMaintenancesRequest withDomainName(String domainName)
The name of the domain.
domainName
- The name of the domain.public void setAction(String action)
The name of the action.
action
- The name of the action.MaintenanceType
public String getAction()
The name of the action.
MaintenanceType
public ListDomainMaintenancesRequest withAction(String action)
The name of the action.
action
- The name of the action.MaintenanceType
public ListDomainMaintenancesRequest withAction(MaintenanceType action)
The name of the action.
action
- The name of the action.MaintenanceType
public void setStatus(String status)
The status of the action.
status
- The status of the action.MaintenanceStatus
public String getStatus()
The status of the action.
MaintenanceStatus
public ListDomainMaintenancesRequest withStatus(String status)
The status of the action.
status
- The status of the action.MaintenanceStatus
public ListDomainMaintenancesRequest withStatus(MaintenanceStatus status)
The status of the action.
status
- The status of the action.MaintenanceStatus
public void setMaxResults(Integer maxResults)
An optional parameter that specifies the maximum number of results to return. You can use nextToken
to get the next page of results.
maxResults
- An optional parameter that specifies the maximum number of results to return. You can use
nextToken
to get the next page of results.public Integer getMaxResults()
An optional parameter that specifies the maximum number of results to return. You can use nextToken
to get the next page of results.
nextToken
to get the next page of results.public ListDomainMaintenancesRequest withMaxResults(Integer maxResults)
An optional parameter that specifies the maximum number of results to return. You can use nextToken
to get the next page of results.
maxResults
- An optional parameter that specifies the maximum number of results to return. You can use
nextToken
to get the next page of results.public void setNextToken(String nextToken)
If your initial ListDomainMaintenances
operation returns a nextToken
, include the
returned nextToken
in subsequent ListDomainMaintenances
operations, which returns
results in the next page.
nextToken
- If your initial ListDomainMaintenances
operation returns a nextToken
, include
the returned nextToken
in subsequent ListDomainMaintenances
operations, which
returns results in the next page.public String getNextToken()
If your initial ListDomainMaintenances
operation returns a nextToken
, include the
returned nextToken
in subsequent ListDomainMaintenances
operations, which returns
results in the next page.
ListDomainMaintenances
operation returns a nextToken
, include
the returned nextToken
in subsequent ListDomainMaintenances
operations, which
returns results in the next page.public ListDomainMaintenancesRequest withNextToken(String nextToken)
If your initial ListDomainMaintenances
operation returns a nextToken
, include the
returned nextToken
in subsequent ListDomainMaintenances
operations, which returns
results in the next page.
nextToken
- If your initial ListDomainMaintenances
operation returns a nextToken
, include
the returned nextToken
in subsequent ListDomainMaintenances
operations, which
returns results in the next page.public String toString()
toString
in class Object
Object.toString()
public ListDomainMaintenancesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()