@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 way in which Amazon OpenSearch Service applies the update.
|
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 way in which Amazon OpenSearch Service applies the update.
|
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 way in which Amazon OpenSearch Service applies the update.
|
DryRunResults |
withMessage(String message)
Contains an optional message associated with the DryRunResults.
|
public void setDeploymentType(String deploymentType)
Specifies the way in which Amazon OpenSearch Service applies the update. Possible responses are
Blue/Green
(the update requires a blue/green deployment), DynamicUpdate
(no blue/green
required), Undetermined
(the domain is undergoing an update and can't predict the deployment type;
try again after the update is complete), and None
(the request doesn't include any configuration
changes).
deploymentType
- Specifies the way in which Amazon OpenSearch Service applies the update. Possible responses are
Blue/Green
(the update requires a blue/green deployment), DynamicUpdate
(no
blue/green required), Undetermined
(the domain is undergoing an update and can't predict the
deployment type; try again after the update is complete), and None
(the request doesn't
include any configuration changes).public String getDeploymentType()
Specifies the way in which Amazon OpenSearch Service applies the update. Possible responses are
Blue/Green
(the update requires a blue/green deployment), DynamicUpdate
(no blue/green
required), Undetermined
(the domain is undergoing an update and can't predict the deployment type;
try again after the update is complete), and None
(the request doesn't include any configuration
changes).
Blue/Green
(the update requires a blue/green deployment), DynamicUpdate
(no
blue/green required), Undetermined
(the domain is undergoing an update and can't predict the
deployment type; try again after the update is complete), and None
(the request doesn't
include any configuration changes).public DryRunResults withDeploymentType(String deploymentType)
Specifies the way in which Amazon OpenSearch Service applies the update. Possible responses are
Blue/Green
(the update requires a blue/green deployment), DynamicUpdate
(no blue/green
required), Undetermined
(the domain is undergoing an update and can't predict the deployment type;
try again after the update is complete), and None
(the request doesn't include any configuration
changes).
deploymentType
- Specifies the way in which Amazon OpenSearch Service applies the update. Possible responses are
Blue/Green
(the update requires a blue/green deployment), DynamicUpdate
(no
blue/green required), Undetermined
(the domain is undergoing an update and can't predict the
deployment type; try again after the update is complete), and None
(the request doesn't
include any configuration changes).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.