@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LockConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Information about a retention rule lock configuration.
Constructor and Description |
---|
LockConfiguration() |
Modifier and Type | Method and Description |
---|---|
LockConfiguration |
clone() |
boolean |
equals(Object obj) |
UnlockDelay |
getUnlockDelay()
Information about the retention rule unlock delay.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setUnlockDelay(UnlockDelay unlockDelay)
Information about the retention rule unlock delay.
|
String |
toString()
Returns a string representation of this object.
|
LockConfiguration |
withUnlockDelay(UnlockDelay unlockDelay)
Information about the retention rule unlock delay.
|
public void setUnlockDelay(UnlockDelay unlockDelay)
Information about the retention rule unlock delay.
unlockDelay
- Information about the retention rule unlock delay.public UnlockDelay getUnlockDelay()
Information about the retention rule unlock delay.
public LockConfiguration withUnlockDelay(UnlockDelay unlockDelay)
Information about the retention rule unlock delay.
unlockDelay
- Information about the retention rule unlock delay.public String toString()
toString
in class Object
Object.toString()
public LockConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.