@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DryRunResults extends Object implements Serializable, Cloneable, StructuredPojo
Results of a dry run performed in an update domain request.
| Constructor and Description |
|---|
DryRunResults() |
| Modifier and Type | Method and Description |
|---|---|
DryRunResults |
clone() |
boolean |
equals(Object obj) |
String |
getDeploymentType()
Specifies the way in which OpenSearch Service will apply an update.
|
String |
getMessage()
A message corresponding to the deployment type.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setDeploymentType(String deploymentType)
Specifies the way in which OpenSearch Service will apply an update.
|
void |
setMessage(String message)
A message corresponding to the deployment type.
|
String |
toString()
Returns a string representation of this object.
|
DryRunResults |
withDeploymentType(String deploymentType)
Specifies the way in which OpenSearch Service will apply an update.
|
DryRunResults |
withMessage(String message)
A message corresponding to the deployment type.
|
public void setDeploymentType(String deploymentType)
Specifies the way in which OpenSearch Service will apply an update. Possible values are:
Blue/Green - The update requires a blue/green deployment.
DynamicUpdate - No blue/green deployment required
Undetermined - The domain is in the middle of an update and can't predict the deployment type. Try again after the update is complete.
None - The request doesn't include any configuration changes.
deploymentType - Specifies the way in which OpenSearch Service will apply an update. Possible values are:
Blue/Green - The update requires a blue/green deployment.
DynamicUpdate - No blue/green deployment required
Undetermined - The domain is in the middle of an update and can't predict the deployment type. Try again after the update is complete.
None - The request doesn't include any configuration changes.
public String getDeploymentType()
Specifies the way in which OpenSearch Service will apply an update. Possible values are:
Blue/Green - The update requires a blue/green deployment.
DynamicUpdate - No blue/green deployment required
Undetermined - The domain is in the middle of an update and can't predict the deployment type. Try again after the update is complete.
None - The request doesn't include any configuration changes.
Blue/Green - The update requires a blue/green deployment.
DynamicUpdate - No blue/green deployment required
Undetermined - The domain is in the middle of an update and can't predict the deployment type. Try again after the update is complete.
None - The request doesn't include any configuration changes.
public DryRunResults withDeploymentType(String deploymentType)
Specifies the way in which OpenSearch Service will apply an update. Possible values are:
Blue/Green - The update requires a blue/green deployment.
DynamicUpdate - No blue/green deployment required
Undetermined - The domain is in the middle of an update and can't predict the deployment type. Try again after the update is complete.
None - The request doesn't include any configuration changes.
deploymentType - Specifies the way in which OpenSearch Service will apply an update. Possible values are:
Blue/Green - The update requires a blue/green deployment.
DynamicUpdate - No blue/green deployment required
Undetermined - The domain is in the middle of an update and can't predict the deployment type. Try again after the update is complete.
None - The request doesn't include any configuration changes.
public void setMessage(String message)
A message corresponding to the deployment type.
message - A message corresponding to the deployment type.public String getMessage()
A message corresponding to the deployment type.
public DryRunResults withMessage(String message)
A message corresponding to the deployment type.
message - A message corresponding to the deployment type.public String toString()
toString in class ObjectObject.toString()public DryRunResults clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.