@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RotationRulesType extends Object implements Serializable, Cloneable, StructuredPojo
A structure that defines the rotation configuration for the secret.
| Constructor and Description |
|---|
RotationRulesType() |
| Modifier and Type | Method and Description |
|---|---|
RotationRulesType |
clone() |
boolean |
equals(Object obj) |
Long |
getAutomaticallyAfterDays()
Specifies the number of days between automatic scheduled rotations of the secret.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setAutomaticallyAfterDays(Long automaticallyAfterDays)
Specifies the number of days between automatic scheduled rotations of the secret.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
RotationRulesType |
withAutomaticallyAfterDays(Long automaticallyAfterDays)
Specifies the number of days between automatic scheduled rotations of the secret.
|
public void setAutomaticallyAfterDays(Long automaticallyAfterDays)
Specifies the number of days between automatic scheduled rotations of the secret.
automaticallyAfterDays - Specifies the number of days between automatic scheduled rotations of the secret.public Long getAutomaticallyAfterDays()
Specifies the number of days between automatic scheduled rotations of the secret.
public RotationRulesType withAutomaticallyAfterDays(Long automaticallyAfterDays)
Specifies the number of days between automatic scheduled rotations of the secret.
automaticallyAfterDays - Specifies the number of days between automatic scheduled rotations of the secret.public String toString()
toString in class ObjectObject.toString()public RotationRulesType clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2018. All rights reserved.