@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VersionStatus extends Object implements Serializable, Cloneable, StructuredPojo
The status of the OpenSearch version options for the specified OpenSearch domain.
| Constructor and Description |
|---|
VersionStatus() |
| Modifier and Type | Method and Description |
|---|---|
VersionStatus |
clone() |
boolean |
equals(Object obj) |
String |
getOptions()
The OpenSearch version for the specified OpenSearch domain.
|
OptionStatus |
getStatus()
The status of the OpenSearch version options for the specified OpenSearch domain.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setOptions(String options)
The OpenSearch version for the specified OpenSearch domain.
|
void |
setStatus(OptionStatus status)
The status of the OpenSearch version options for the specified OpenSearch domain.
|
String |
toString()
Returns a string representation of this object.
|
VersionStatus |
withOptions(String options)
The OpenSearch version for the specified OpenSearch domain.
|
VersionStatus |
withStatus(OptionStatus status)
The status of the OpenSearch version options for the specified OpenSearch domain.
|
public void setOptions(String options)
The OpenSearch version for the specified OpenSearch domain.
options - The OpenSearch version for the specified OpenSearch domain.public String getOptions()
The OpenSearch version for the specified OpenSearch domain.
public VersionStatus withOptions(String options)
The OpenSearch version for the specified OpenSearch domain.
options - The OpenSearch version for the specified OpenSearch domain.public void setStatus(OptionStatus status)
The status of the OpenSearch version options for the specified OpenSearch domain.
status - The status of the OpenSearch version options for the specified OpenSearch domain.public OptionStatus getStatus()
The status of the OpenSearch version options for the specified OpenSearch domain.
public VersionStatus withStatus(OptionStatus status)
The status of the OpenSearch version options for the specified OpenSearch domain.
status - The status of the OpenSearch version options for the specified OpenSearch domain.public String toString()
toString in class ObjectObject.toString()public VersionStatus clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.