@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetUpgradeStatusRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Container for the request parameters to the GetUpgradeStatus operation.
NOOP| Constructor and Description |
|---|
GetUpgradeStatusRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetUpgradeStatusRequest |
clone() |
boolean |
equals(Object obj) |
String |
getDomainName()
The domain of the domain to get upgrade status information for.
|
int |
hashCode() |
void |
setDomainName(String domainName)
The domain of the domain to get upgrade status information for.
|
String |
toString()
Returns a string representation of this object.
|
GetUpgradeStatusRequest |
withDomainName(String domainName)
The domain of the domain to get upgrade status information for.
|
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 void setDomainName(String domainName)
The domain of the domain to get upgrade status information for.
domainName - The domain of the domain to get upgrade status information for.public String getDomainName()
The domain of the domain to get upgrade status information for.
public GetUpgradeStatusRequest withDomainName(String domainName)
The domain of the domain to get upgrade status information for.
domainName - The domain of the domain to get upgrade status information for.public String toString()
toString in class ObjectObject.toString()public GetUpgradeStatusRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2024. All rights reserved.