@Generated(value="software.amazon.awssdk:codegen") public final class CancelRotateSecretResponse extends SecretsManagerResponse implements ToCopyableBuilder<CancelRotateSecretResponse.Builder,CancelRotateSecretResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CancelRotateSecretResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The ARN of the secret for which rotation was canceled.
|
static CancelRotateSecretResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The friendly name of the secret for which rotation was canceled.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CancelRotateSecretResponse.Builder> |
serializableBuilderClass() |
CancelRotateSecretResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
versionId()
The unique identifier of the version of the secret that was created during the rotation.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String arn()
The ARN of the secret for which rotation was canceled.
public String name()
The friendly name of the secret for which rotation was canceled.
public String versionId()
The unique identifier of the version of the secret that was 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 CancelRotateSecretResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CancelRotateSecretResponse.Builder,CancelRotateSecretResponse>toBuilder in class AwsResponsepublic static CancelRotateSecretResponse.Builder builder()
public static Class<? extends CancelRotateSecretResponse.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsResponsepublic boolean equals(Object obj)
equals in class AwsResponsepublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2019. All rights reserved.