@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CancelDomainConfigChangeResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Contains the details of the cancelled domain config change.
Constructor and Description |
---|
CancelDomainConfigChangeResult() |
Modifier and Type | Method and Description |
---|---|
CancelDomainConfigChangeResult |
clone() |
boolean |
equals(Object obj) |
List<String> |
getCancelledChangeIds()
The unique identifiers of the changes that were cancelled.
|
List<CancelledChangeProperty> |
getCancelledChangeProperties()
The domain change properties that were cancelled.
|
Boolean |
getDryRun()
Whether or not the request was a dry run.
|
int |
hashCode() |
Boolean |
isDryRun()
Whether or not the request was a dry run.
|
void |
setCancelledChangeIds(Collection<String> cancelledChangeIds)
The unique identifiers of the changes that were cancelled.
|
void |
setCancelledChangeProperties(Collection<CancelledChangeProperty> cancelledChangeProperties)
The domain change properties that were cancelled.
|
void |
setDryRun(Boolean dryRun)
Whether or not the request was a dry run.
|
String |
toString()
Returns a string representation of this object.
|
CancelDomainConfigChangeResult |
withCancelledChangeIds(Collection<String> cancelledChangeIds)
The unique identifiers of the changes that were cancelled.
|
CancelDomainConfigChangeResult |
withCancelledChangeIds(String... cancelledChangeIds)
The unique identifiers of the changes that were cancelled.
|
CancelDomainConfigChangeResult |
withCancelledChangeProperties(CancelledChangeProperty... cancelledChangeProperties)
The domain change properties that were cancelled.
|
CancelDomainConfigChangeResult |
withCancelledChangeProperties(Collection<CancelledChangeProperty> cancelledChangeProperties)
The domain change properties that were cancelled.
|
CancelDomainConfigChangeResult |
withDryRun(Boolean dryRun)
Whether or not the request was a dry run.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDryRun(Boolean dryRun)
Whether or not the request was a dry run. If True, the changes were not actually cancelled.
dryRun
- Whether or not the request was a dry run. If True, the changes were not actually cancelled.public Boolean getDryRun()
Whether or not the request was a dry run. If True, the changes were not actually cancelled.
public CancelDomainConfigChangeResult withDryRun(Boolean dryRun)
Whether or not the request was a dry run. If True, the changes were not actually cancelled.
dryRun
- Whether or not the request was a dry run. If True, the changes were not actually cancelled.public Boolean isDryRun()
Whether or not the request was a dry run. If True, the changes were not actually cancelled.
public List<String> getCancelledChangeIds()
The unique identifiers of the changes that were cancelled.
public void setCancelledChangeIds(Collection<String> cancelledChangeIds)
The unique identifiers of the changes that were cancelled.
cancelledChangeIds
- The unique identifiers of the changes that were cancelled.public CancelDomainConfigChangeResult withCancelledChangeIds(String... cancelledChangeIds)
The unique identifiers of the changes that were cancelled.
NOTE: This method appends the values to the existing list (if any). Use
setCancelledChangeIds(java.util.Collection)
or withCancelledChangeIds(java.util.Collection)
if
you want to override the existing values.
cancelledChangeIds
- The unique identifiers of the changes that were cancelled.public CancelDomainConfigChangeResult withCancelledChangeIds(Collection<String> cancelledChangeIds)
The unique identifiers of the changes that were cancelled.
cancelledChangeIds
- The unique identifiers of the changes that were cancelled.public List<CancelledChangeProperty> getCancelledChangeProperties()
The domain change properties that were cancelled.
public void setCancelledChangeProperties(Collection<CancelledChangeProperty> cancelledChangeProperties)
The domain change properties that were cancelled.
cancelledChangeProperties
- The domain change properties that were cancelled.public CancelDomainConfigChangeResult withCancelledChangeProperties(CancelledChangeProperty... cancelledChangeProperties)
The domain change properties that were cancelled.
NOTE: This method appends the values to the existing list (if any). Use
setCancelledChangeProperties(java.util.Collection)
or
withCancelledChangeProperties(java.util.Collection)
if you want to override the existing values.
cancelledChangeProperties
- The domain change properties that were cancelled.public CancelDomainConfigChangeResult withCancelledChangeProperties(Collection<CancelledChangeProperty> cancelledChangeProperties)
The domain change properties that were cancelled.
cancelledChangeProperties
- The domain change properties that were cancelled.public String toString()
toString
in class Object
Object.toString()
public CancelDomainConfigChangeResult clone()