@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.
|
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 name of the secret.
|
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 final String arn()
The ARN of the secret.
public final String name()
The name of the secret.
public final 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.
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 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 final int hashCode()
hashCode
in class AwsResponse
public final boolean equals(Object obj)
equals
in class AwsResponse
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkResponse
Copyright © 2022. All rights reserved.