@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ColdStorageOptions extends Object implements Serializable, Cloneable, StructuredPojo
Specifies settings for cold storage.
| Constructor and Description |
|---|
ColdStorageOptions() |
| Modifier and Type | Method and Description |
|---|---|
ColdStorageOptions |
clone() |
boolean |
equals(Object obj) |
Boolean |
getEnabled()
True to enable cold storage for an Elasticsearch domain.
|
int |
hashCode() |
Boolean |
isEnabled()
True to enable cold storage for an Elasticsearch domain.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setEnabled(Boolean enabled)
True to enable cold storage for an Elasticsearch domain.
|
String |
toString()
Returns a string representation of this object.
|
ColdStorageOptions |
withEnabled(Boolean enabled)
True to enable cold storage for an Elasticsearch domain.
|
public void setEnabled(Boolean enabled)
True to enable cold storage for an Elasticsearch domain.
enabled - True to enable cold storage for an Elasticsearch domain.public Boolean getEnabled()
True to enable cold storage for an Elasticsearch domain.
public ColdStorageOptions withEnabled(Boolean enabled)
True to enable cold storage for an Elasticsearch domain.
enabled - True to enable cold storage for an Elasticsearch domain.public Boolean isEnabled()
True to enable cold storage for an Elasticsearch domain.
public String toString()
toString in class ObjectObject.toString()public ColdStorageOptions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.