@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SnapshotOptionsStatus extends Object implements Serializable, Cloneable, StructuredPojo
Container for information about a daily automated snapshot for an OpenSearch Service domain.
Constructor and Description |
---|
SnapshotOptionsStatus() |
Modifier and Type | Method and Description |
---|---|
SnapshotOptionsStatus |
clone() |
boolean |
equals(Object obj) |
SnapshotOptions |
getOptions()
The daily snapshot options specified for the domain.
|
OptionStatus |
getStatus()
The status of a daily automated snapshot.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setOptions(SnapshotOptions options)
The daily snapshot options specified for the domain.
|
void |
setStatus(OptionStatus status)
The status of a daily automated snapshot.
|
String |
toString()
Returns a string representation of this object.
|
SnapshotOptionsStatus |
withOptions(SnapshotOptions options)
The daily snapshot options specified for the domain.
|
SnapshotOptionsStatus |
withStatus(OptionStatus status)
The status of a daily automated snapshot.
|
public void setOptions(SnapshotOptions options)
The daily snapshot options specified for the domain.
options
- The daily snapshot options specified for the domain.public SnapshotOptions getOptions()
The daily snapshot options specified for the domain.
public SnapshotOptionsStatus withOptions(SnapshotOptions options)
The daily snapshot options specified for the domain.
options
- The daily snapshot options specified for the domain.public void setStatus(OptionStatus status)
The status of a daily automated snapshot.
status
- The status of a daily automated snapshot.public OptionStatus getStatus()
The status of a daily automated snapshot.
public SnapshotOptionsStatus withStatus(OptionStatus status)
The status of a daily automated snapshot.
status
- The status of a daily automated snapshot.public String toString()
toString
in class Object
Object.toString()
public SnapshotOptionsStatus clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2023. All rights reserved.