public class SnapshotOptionsStatus
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Status of a daily automated snapshot.
Modifier and Type | Field and Description |
---|---|
private SnapshotOptions |
options
Specifies the daily snapshot options specified for the Elasticsearch
domain.
|
private OptionStatus |
status
Specifies the status of a daily automated snapshot.
|
Constructor and Description |
---|
SnapshotOptionsStatus() |
Modifier and Type | Method and Description |
---|---|
SnapshotOptionsStatus |
clone() |
boolean |
equals(java.lang.Object obj) |
SnapshotOptions |
getOptions()
Specifies the daily snapshot options specified for the Elasticsearch
domain.
|
OptionStatus |
getStatus()
Specifies the status of a daily automated snapshot.
|
int |
hashCode() |
void |
setOptions(SnapshotOptions options)
Specifies the daily snapshot options specified for the Elasticsearch
domain.
|
void |
setStatus(OptionStatus status)
Specifies the status of a daily automated snapshot.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
SnapshotOptionsStatus |
withOptions(SnapshotOptions options)
Specifies the daily snapshot options specified for the Elasticsearch
domain.
|
SnapshotOptionsStatus |
withStatus(OptionStatus status)
Specifies the status of a daily automated snapshot.
|
private SnapshotOptions options
Specifies the daily snapshot options specified for the Elasticsearch domain.
private OptionStatus status
Specifies the status of a daily automated snapshot.
public void setOptions(SnapshotOptions options)
Specifies the daily snapshot options specified for the Elasticsearch domain.
options
- Specifies the daily snapshot options specified for the
Elasticsearch domain.public SnapshotOptions getOptions()
Specifies the daily snapshot options specified for the Elasticsearch domain.
public SnapshotOptionsStatus withOptions(SnapshotOptions options)
Specifies the daily snapshot options specified for the Elasticsearch domain.
options
- Specifies the daily snapshot options specified for the
Elasticsearch domain.public void setStatus(OptionStatus status)
Specifies the status of a daily automated snapshot.
status
- Specifies the status of a daily automated snapshot.public OptionStatus getStatus()
Specifies the status of a daily automated snapshot.
public SnapshotOptionsStatus withStatus(OptionStatus status)
Specifies the status of a daily automated snapshot.
status
- Specifies the status of a daily automated snapshot.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public SnapshotOptionsStatus clone()
clone
in class java.lang.Object