public class UpdateSecretRotationPolicyRequest extends Object
| Constructor and Description |
|---|
UpdateSecretRotationPolicyRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateSecretRotationPolicyRequest |
automaticRotation(Boolean automaticRotation) |
boolean |
equals(Object o) |
String |
getRotationInterval()
Get rotationInterval
|
@NotNull @Size(min=2,max=128) String |
getSecretName()
Get secretName
|
int |
hashCode() |
@NotNull Boolean |
isAutomaticRotation()
Get automaticRotation
|
UpdateSecretRotationPolicyRequest |
rotationInterval(String rotationInterval) |
UpdateSecretRotationPolicyRequest |
secretName(String secretName) |
void |
setAutomaticRotation(Boolean automaticRotation) |
void |
setRotationInterval(String rotationInterval) |
void |
setSecretName(String secretName) |
String |
toString() |
public UpdateSecretRotationPolicyRequest automaticRotation(Boolean automaticRotation)
@NotNull public @NotNull Boolean isAutomaticRotation()
public void setAutomaticRotation(Boolean automaticRotation)
public UpdateSecretRotationPolicyRequest rotationInterval(String rotationInterval)
public String getRotationInterval()
public void setRotationInterval(String rotationInterval)
public UpdateSecretRotationPolicyRequest secretName(String secretName)
@NotNull
@Size(min=2,
max=128)
public @NotNull @Size(min=2,max=128) String getSecretName()
public void setSecretName(String secretName)
Copyright © 2025. All rights reserved.