@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VersionStatus extends Object implements Serializable, Cloneable, StructuredPojo
The status of the the OpenSearch or Elasticsearch version options for the specified Amazon OpenSearch Service domain.
| Constructor and Description |
|---|
VersionStatus() |
| Modifier and Type | Method and Description |
|---|---|
VersionStatus |
clone() |
boolean |
equals(Object obj) |
String |
getOptions()
The OpenSearch or Elasticsearch version for the specified domain.
|
OptionStatus |
getStatus()
The status of the version options for the specified domain.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setOptions(String options)
The OpenSearch or Elasticsearch version for the specified domain.
|
void |
setStatus(OptionStatus status)
The status of the version options for the specified domain.
|
String |
toString()
Returns a string representation of this object.
|
VersionStatus |
withOptions(String options)
The OpenSearch or Elasticsearch version for the specified domain.
|
VersionStatus |
withStatus(OptionStatus status)
The status of the version options for the specified domain.
|
public void setOptions(String options)
The OpenSearch or Elasticsearch version for the specified domain.
options - The OpenSearch or Elasticsearch version for the specified domain.public String getOptions()
The OpenSearch or Elasticsearch version for the specified domain.
public VersionStatus withOptions(String options)
The OpenSearch or Elasticsearch version for the specified domain.
options - The OpenSearch or Elasticsearch version for the specified domain.public void setStatus(OptionStatus status)
The status of the version options for the specified domain.
status - The status of the version options for the specified domain.public OptionStatus getStatus()
The status of the version options for the specified domain.
public VersionStatus withStatus(OptionStatus status)
The status of the version options for the specified domain.
status - The status of the version options for the specified domain.public String toString()
toString in class ObjectObject.toString()public VersionStatus clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.