@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 for which rotation was canceled.
|
String |
getName()
The friendly name of the secret for which rotation was canceled.
|
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 for which rotation was canceled.
|
void |
setName(String name)
The friendly name of the secret for which rotation was canceled.
|
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 for which rotation was canceled.
|
CancelRotateSecretResult |
withName(String name)
The friendly name of the secret for which rotation was canceled.
|
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 for which rotation was canceled.
aRN
- The ARN of the secret for which rotation was canceled.public String getARN()
The ARN of the secret for which rotation was canceled.
public CancelRotateSecretResult withARN(String aRN)
The ARN of the secret for which rotation was canceled.
aRN
- The ARN of the secret for which rotation was canceled.public void setName(String name)
The friendly name of the secret for which rotation was canceled.
name
- The friendly name of the secret for which rotation was canceled.public String getName()
The friendly name of the secret for which rotation was canceled.
public CancelRotateSecretResult withName(String name)
The friendly name of the secret for which rotation was canceled.
name
- The friendly name of the secret for which rotation was canceled.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. At the very least, you should remove the
VersionStage
value AWSPENDING
to enable this version to be deleted. Failing to clean up
a cancelled rotation can block you from successfully 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. At the very least, you should remove the
VersionStage
value AWSPENDING
to enable this version to be deleted. Failing to
clean up a cancelled rotation can block you from successfully 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. At the very least, you should remove the
VersionStage
value AWSPENDING
to enable this version to be deleted. Failing to clean up
a cancelled rotation can block you from successfully starting future rotations.
VersionStage
value AWSPENDING
to enable this version to be deleted. Failing to
clean up a cancelled rotation can block you from successfully 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. At the very least, you should remove the
VersionStage
value AWSPENDING
to enable this version to be deleted. Failing to clean up
a cancelled rotation can block you from successfully 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. At the very least, you should remove the
VersionStage
value AWSPENDING
to enable this version to be deleted. Failing to
clean up a cancelled rotation can block you from successfully starting future rotations.public String toString()
toString
in class Object
Object.toString()
public CancelRotateSecretResult clone()
Copyright © 2021. All rights reserved.