@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DryRunResults extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
DryRunResults() |
Modifier and Type | Method and Description |
---|---|
DryRunResults |
clone() |
boolean |
equals(Object obj) |
String |
getDeploymentType()
Specifies the deployment mechanism through which the update shall be applied on the domain.
|
String |
getMessage()
Contains an optional message associated with the DryRunResults.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDeploymentType(String deploymentType)
Specifies the deployment mechanism through which the update shall be applied on the domain.
|
void |
setMessage(String message)
Contains an optional message associated with the DryRunResults.
|
String |
toString()
Returns a string representation of this object.
|
DryRunResults |
withDeploymentType(String deploymentType)
Specifies the deployment mechanism through which the update shall be applied on the domain.
|
DryRunResults |
withMessage(String message)
Contains an optional message associated with the DryRunResults.
|
public void setDeploymentType(String deploymentType)
Specifies the deployment mechanism through which the update shall be applied on the domain. Possible responses
are Blue/Green
(The update will require a blue/green deployment.) DynamicUpdate
(The
update can be applied in-place without a Blue/Green deployment required.) Undetermined
(The domain
is undergoing an update which needs to complete before the deployment type can be predicted.) None
(The configuration change matches the current configuration and will not result in any update.)
deploymentType
- Specifies the deployment mechanism through which the update shall be applied on the domain. Possible
responses are Blue/Green
(The update will require a blue/green deployment.)
DynamicUpdate
(The update can be applied in-place without a Blue/Green deployment required.)
Undetermined
(The domain is undergoing an update which needs to complete before the
deployment type can be predicted.) None
(The configuration change matches the current
configuration and will not result in any update.)public String getDeploymentType()
Specifies the deployment mechanism through which the update shall be applied on the domain. Possible responses
are Blue/Green
(The update will require a blue/green deployment.) DynamicUpdate
(The
update can be applied in-place without a Blue/Green deployment required.) Undetermined
(The domain
is undergoing an update which needs to complete before the deployment type can be predicted.) None
(The configuration change matches the current configuration and will not result in any update.)
Blue/Green
(The update will require a blue/green deployment.)
DynamicUpdate
(The update can be applied in-place without a Blue/Green deployment required.)
Undetermined
(The domain is undergoing an update which needs to complete before the
deployment type can be predicted.) None
(The configuration change matches the current
configuration and will not result in any update.)public DryRunResults withDeploymentType(String deploymentType)
Specifies the deployment mechanism through which the update shall be applied on the domain. Possible responses
are Blue/Green
(The update will require a blue/green deployment.) DynamicUpdate
(The
update can be applied in-place without a Blue/Green deployment required.) Undetermined
(The domain
is undergoing an update which needs to complete before the deployment type can be predicted.) None
(The configuration change matches the current configuration and will not result in any update.)
deploymentType
- Specifies the deployment mechanism through which the update shall be applied on the domain. Possible
responses are Blue/Green
(The update will require a blue/green deployment.)
DynamicUpdate
(The update can be applied in-place without a Blue/Green deployment required.)
Undetermined
(The domain is undergoing an update which needs to complete before the
deployment type can be predicted.) None
(The configuration change matches the current
configuration and will not result in any update.)public void setMessage(String message)
Contains an optional message associated with the DryRunResults.
message
- Contains an optional message associated with the DryRunResults.public String getMessage()
Contains an optional message associated with the DryRunResults.
public DryRunResults withMessage(String message)
Contains an optional message associated with the DryRunResults.
message
- Contains an optional message associated with the DryRunResults.public String toString()
toString
in class Object
Object.toString()
public DryRunResults clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.