@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)
Marshalls this structured data using the given
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 Object
Object.toString()
public VersionStatus clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.