@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetDomainMaintenanceStatusRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
 Container for the parameters to the GetDomainMaintenanceStatus operation.
 
NOOP| Constructor and Description | 
|---|
GetDomainMaintenanceStatusRequest()  | 
| Modifier and Type | Method and Description | 
|---|---|
GetDomainMaintenanceStatusRequest | 
clone()
Creates a shallow clone of this object for all fields except the handler context. 
 | 
boolean | 
equals(Object obj)  | 
String | 
getDomainName()
 The name of the domain. 
 | 
String | 
getMaintenanceId()
 The request ID of the maintenance action. 
 | 
int | 
hashCode()  | 
void | 
setDomainName(String domainName)
 The name of the domain. 
 | 
void | 
setMaintenanceId(String maintenanceId)
 The request ID of the maintenance action. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
GetDomainMaintenanceStatusRequest | 
withDomainName(String domainName)
 The name of the domain. 
 | 
GetDomainMaintenanceStatusRequest | 
withMaintenanceId(String maintenanceId)
 The request ID of the maintenance 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, withSdkRequestTimeoutpublic void setDomainName(String domainName)
The name of the domain.
domainName - The name of the domain.public String getDomainName()
The name of the domain.
public GetDomainMaintenanceStatusRequest withDomainName(String domainName)
The name of the domain.
domainName - The name of the domain.public void setMaintenanceId(String maintenanceId)
The request ID of the maintenance action.
maintenanceId - The request ID of the maintenance action.public String getMaintenanceId()
The request ID of the maintenance action.
public GetDomainMaintenanceStatusRequest withMaintenanceId(String maintenanceId)
The request ID of the maintenance action.
maintenanceId - The request ID of the maintenance action.public String toString()
toString in class ObjectObject.toString()public GetDomainMaintenanceStatusRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()