@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeDryRunProgressResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeDryRunProgressResult() |
Modifier and Type | Method and Description |
---|---|
DescribeDryRunProgressResult |
clone() |
boolean |
equals(Object obj) |
DomainStatus |
getDryRunConfig()
Details about the changes you're planning to make on the domain.
|
DryRunProgressStatus |
getDryRunProgressStatus()
The current status of the dry run, including any validation errors.
|
DryRunResults |
getDryRunResults()
The results of the dry run.
|
int |
hashCode() |
void |
setDryRunConfig(DomainStatus dryRunConfig)
Details about the changes you're planning to make on the domain.
|
void |
setDryRunProgressStatus(DryRunProgressStatus dryRunProgressStatus)
The current status of the dry run, including any validation errors.
|
void |
setDryRunResults(DryRunResults dryRunResults)
The results of the dry run.
|
String |
toString()
Returns a string representation of this object.
|
DescribeDryRunProgressResult |
withDryRunConfig(DomainStatus dryRunConfig)
Details about the changes you're planning to make on the domain.
|
DescribeDryRunProgressResult |
withDryRunProgressStatus(DryRunProgressStatus dryRunProgressStatus)
The current status of the dry run, including any validation errors.
|
DescribeDryRunProgressResult |
withDryRunResults(DryRunResults dryRunResults)
The results of the dry run.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDryRunProgressStatus(DryRunProgressStatus dryRunProgressStatus)
The current status of the dry run, including any validation errors.
dryRunProgressStatus
- The current status of the dry run, including any validation errors.public DryRunProgressStatus getDryRunProgressStatus()
The current status of the dry run, including any validation errors.
public DescribeDryRunProgressResult withDryRunProgressStatus(DryRunProgressStatus dryRunProgressStatus)
The current status of the dry run, including any validation errors.
dryRunProgressStatus
- The current status of the dry run, including any validation errors.public void setDryRunConfig(DomainStatus dryRunConfig)
Details about the changes you're planning to make on the domain.
dryRunConfig
- Details about the changes you're planning to make on the domain.public DomainStatus getDryRunConfig()
Details about the changes you're planning to make on the domain.
public DescribeDryRunProgressResult withDryRunConfig(DomainStatus dryRunConfig)
Details about the changes you're planning to make on the domain.
dryRunConfig
- Details about the changes you're planning to make on the domain.public void setDryRunResults(DryRunResults dryRunResults)
The results of the dry run.
dryRunResults
- The results of the dry run.public DryRunResults getDryRunResults()
The results of the dry run.
public DescribeDryRunProgressResult withDryRunResults(DryRunResults dryRunResults)
The results of the dry run.
dryRunResults
- The results of the dry run.public String toString()
toString
in class Object
Object.toString()
public DescribeDryRunProgressResult clone()