@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PointInTimeRecoverySpecification extends Object implements Serializable, Cloneable, StructuredPojo
Represents the settings used to enable point in time recovery.
Constructor and Description |
---|
PointInTimeRecoverySpecification() |
Modifier and Type | Method and Description |
---|---|
PointInTimeRecoverySpecification |
clone() |
boolean |
equals(Object obj) |
Boolean |
getPointInTimeRecoveryEnabled()
Indicates whether point in time recovery is enabled (true) or disabled (false) on the table.
|
int |
hashCode() |
Boolean |
isPointInTimeRecoveryEnabled()
Indicates whether point in time recovery is enabled (true) or disabled (false) on the table.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setPointInTimeRecoveryEnabled(Boolean pointInTimeRecoveryEnabled)
Indicates whether point in time recovery is enabled (true) or disabled (false) on the table.
|
String |
toString()
Returns a string representation of this object.
|
PointInTimeRecoverySpecification |
withPointInTimeRecoveryEnabled(Boolean pointInTimeRecoveryEnabled)
Indicates whether point in time recovery is enabled (true) or disabled (false) on the table.
|
public void setPointInTimeRecoveryEnabled(Boolean pointInTimeRecoveryEnabled)
Indicates whether point in time recovery is enabled (true) or disabled (false) on the table.
pointInTimeRecoveryEnabled
- Indicates whether point in time recovery is enabled (true) or disabled (false) on the table.public Boolean getPointInTimeRecoveryEnabled()
Indicates whether point in time recovery is enabled (true) or disabled (false) on the table.
public PointInTimeRecoverySpecification withPointInTimeRecoveryEnabled(Boolean pointInTimeRecoveryEnabled)
Indicates whether point in time recovery is enabled (true) or disabled (false) on the table.
pointInTimeRecoveryEnabled
- Indicates whether point in time recovery is enabled (true) or disabled (false) on the table.public Boolean isPointInTimeRecoveryEnabled()
Indicates whether point in time recovery is enabled (true) or disabled (false) on the table.
public String toString()
toString
in class Object
Object.toString()
public PointInTimeRecoverySpecification clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2022. All rights reserved.