@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeDomainChangeProgressRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Container for the parameters to the DescribeDomainChangeProgress
operation.
NOOP
Constructor and Description |
---|
DescribeDomainChangeProgressRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeDomainChangeProgressRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getChangeId()
The specific change ID for which you want to get progress information.
|
String |
getDomainName()
The name of the domain to get progress information for.
|
int |
hashCode() |
void |
setChangeId(String changeId)
The specific change ID for which you want to get progress information.
|
void |
setDomainName(String domainName)
The name of the domain to get progress information for.
|
String |
toString()
Returns a string representation of this object.
|
DescribeDomainChangeProgressRequest |
withChangeId(String changeId)
The specific change ID for which you want to get progress information.
|
DescribeDomainChangeProgressRequest |
withDomainName(String domainName)
The name of the domain to get progress 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 name of the domain to get progress information for.
domainName
- The name of the domain to get progress information for.public String getDomainName()
The name of the domain to get progress information for.
public DescribeDomainChangeProgressRequest withDomainName(String domainName)
The name of the domain to get progress information for.
domainName
- The name of the domain to get progress information for.public void setChangeId(String changeId)
The specific change ID for which you want to get progress information. If omitted, the request returns information about the most recent configuration change.
changeId
- The specific change ID for which you want to get progress information. If omitted, the request returns
information about the most recent configuration change.public String getChangeId()
The specific change ID for which you want to get progress information. If omitted, the request returns information about the most recent configuration change.
public DescribeDomainChangeProgressRequest withChangeId(String changeId)
The specific change ID for which you want to get progress information. If omitted, the request returns information about the most recent configuration change.
changeId
- The specific change ID for which you want to get progress information. If omitted, the request returns
information about the most recent configuration change.public String toString()
toString
in class Object
Object.toString()
public DescribeDomainChangeProgressRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()