@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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 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 Object
Object.toString()
public GetUpgradeStatusRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()