Class SnapshotOptionsStatus
java.lang.Object
com.amazonaws.services.elasticsearch.model.SnapshotOptionsStatus
- All Implemented Interfaces:
Serializable
,Cloneable
Status of a daily automated snapshot.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Specifies the daily snapshot options specified for the Elasticsearch domain.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.toString()
Returns a string representation of this object; useful for testing and debugging.withOptions
(SnapshotOptions options) Specifies the daily snapshot options specified for the Elasticsearch domain.withStatus
(OptionStatus status) Specifies the status of a daily automated snapshot.
-
Constructor Details
-
SnapshotOptionsStatus
public SnapshotOptionsStatus()
-
-
Method Details
-
setOptions
Specifies the daily snapshot options specified for the Elasticsearch domain.
- Parameters:
options
- Specifies the daily snapshot options specified for the Elasticsearch domain.
-
getOptions
Specifies the daily snapshot options specified for the Elasticsearch domain.
- Returns:
- Specifies the daily snapshot options specified for the Elasticsearch domain.
-
withOptions
Specifies the daily snapshot options specified for the Elasticsearch domain.
- Parameters:
options
- Specifies the daily snapshot options specified for the Elasticsearch domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setStatus
Specifies the status of a daily automated snapshot.
- Parameters:
status
- Specifies the status of a daily automated snapshot.
-
getStatus
Specifies the status of a daily automated snapshot.
- Returns:
- Specifies the status of a daily automated snapshot.
-
withStatus
Specifies the status of a daily automated snapshot.
- Parameters:
status
- Specifies the status of a daily automated snapshot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-