@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CancelRotateSecretResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CancelRotateSecretResult() |
Modifier and Type | Method and Description |
---|---|
CancelRotateSecretResult |
clone() |
boolean |
equals(Object obj) |
String |
getARN()
The ARN of the secret.
|
String |
getName()
The name of the secret.
|
String |
getVersionId()
The unique identifier of the version of the secret created during the rotation.
|
int |
hashCode() |
void |
setARN(String aRN)
The ARN of the secret.
|
void |
setName(String name)
The name of the secret.
|
void |
setVersionId(String versionId)
The unique identifier of the version of the secret created during the rotation.
|
String |
toString()
Returns a string representation of this object.
|
CancelRotateSecretResult |
withARN(String aRN)
The ARN of the secret.
|
CancelRotateSecretResult |
withName(String name)
The name of the secret.
|
CancelRotateSecretResult |
withVersionId(String versionId)
The unique identifier of the version of the secret created during the rotation.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setARN(String aRN)
The ARN of the secret.
aRN
- The ARN of the secret.public String getARN()
The ARN of the secret.
public CancelRotateSecretResult withARN(String aRN)
The ARN of the secret.
aRN
- The ARN of the secret.public void setName(String name)
The name of the secret.
name
- The name of the secret.public String getName()
The name of the secret.
public CancelRotateSecretResult withName(String name)
The name of the secret.
name
- The name of the secret.public void setVersionId(String versionId)
The unique identifier of the version of the secret created during the rotation. This version might not be
complete, and should be evaluated for possible deletion. We recommend that you remove the
VersionStage
value AWSPENDING
from this version so that Secrets Manager can delete it.
Failing to clean up a cancelled rotation can block you from starting future rotations.
versionId
- The unique identifier of the version of the secret created during the rotation. This version might not be
complete, and should be evaluated for possible deletion. We recommend that you remove the
VersionStage
value AWSPENDING
from this version so that Secrets Manager can
delete it. Failing to clean up a cancelled rotation can block you from starting future rotations.public String getVersionId()
The unique identifier of the version of the secret created during the rotation. This version might not be
complete, and should be evaluated for possible deletion. We recommend that you remove the
VersionStage
value AWSPENDING
from this version so that Secrets Manager can delete it.
Failing to clean up a cancelled rotation can block you from starting future rotations.
VersionStage
value AWSPENDING
from this version so that Secrets Manager can
delete it. Failing to clean up a cancelled rotation can block you from starting future rotations.public CancelRotateSecretResult withVersionId(String versionId)
The unique identifier of the version of the secret created during the rotation. This version might not be
complete, and should be evaluated for possible deletion. We recommend that you remove the
VersionStage
value AWSPENDING
from this version so that Secrets Manager can delete it.
Failing to clean up a cancelled rotation can block you from starting future rotations.
versionId
- The unique identifier of the version of the secret created during the rotation. This version might not be
complete, and should be evaluated for possible deletion. We recommend that you remove the
VersionStage
value AWSPENDING
from this version so that Secrets Manager can
delete it. Failing to clean up a cancelled rotation can block you from starting future rotations.public String toString()
toString
in class Object
Object.toString()
public CancelRotateSecretResult clone()