@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 created during the rotation.
|
responseMetadata
sdkHttpResponse
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public 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 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 AwsResponse
public static CancelRotateSecretResponse.Builder builder()
public static Class<? extends CancelRotateSecretResponse.Builder> serializableBuilderClass()
public int hashCode()
hashCode
in class AwsResponse
public boolean equals(Object obj)
equals
in class AwsResponse
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkResponse
Copyright © 2020. All rights reserved.