@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SnapshotOptions extends Object implements Serializable, Cloneable, StructuredPojo
The time, in UTC format, when the service takes a daily automated snapshot of the specified domain. Default is
0
hours.
Constructor and Description |
---|
SnapshotOptions() |
Modifier and Type | Method and Description |
---|---|
SnapshotOptions |
clone() |
boolean |
equals(Object obj) |
Integer |
getAutomatedSnapshotStartHour()
The time, in UTC format, when the service takes a daily automated snapshot of the specified domain.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAutomatedSnapshotStartHour(Integer automatedSnapshotStartHour)
The time, in UTC format, when the service takes a daily automated snapshot of the specified domain.
|
String |
toString()
Returns a string representation of this object.
|
SnapshotOptions |
withAutomatedSnapshotStartHour(Integer automatedSnapshotStartHour)
The time, in UTC format, when the service takes a daily automated snapshot of the specified domain.
|
public void setAutomatedSnapshotStartHour(Integer automatedSnapshotStartHour)
The time, in UTC format, when the service takes a daily automated snapshot of the specified domain. Default is
0
hours.
automatedSnapshotStartHour
- The time, in UTC format, when the service takes a daily automated snapshot of the specified domain.
Default is 0
hours.public Integer getAutomatedSnapshotStartHour()
The time, in UTC format, when the service takes a daily automated snapshot of the specified domain. Default is
0
hours.
0
hours.public SnapshotOptions withAutomatedSnapshotStartHour(Integer automatedSnapshotStartHour)
The time, in UTC format, when the service takes a daily automated snapshot of the specified domain. Default is
0
hours.
automatedSnapshotStartHour
- The time, in UTC format, when the service takes a daily automated snapshot of the specified domain.
Default is 0
hours.public String toString()
toString
in class Object
Object.toString()
public SnapshotOptions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.