@Generated(value="software.amazon.awssdk:codegen") public final class PutSecretValueResponse extends SecretsManagerResponse implements ToCopyableBuilder<PutSecretValueResponse.Builder,PutSecretValueResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
PutSecretValueResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) for the secret for which you just created a version.
|
static PutSecretValueResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasVersionStages()
Returns true if the VersionStages property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
String |
name()
The friendly name of the secret for which you just created or updated a version.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PutSecretValueResponse.Builder> |
serializableBuilderClass() |
PutSecretValueResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
versionId()
The unique identifier of the version of the secret you just created or updated.
|
List<String> |
versionStages()
The list of staging labels that are currently attached to this version of the secret.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String arn()
The Amazon Resource Name (ARN) for the secret for which you just created a version.
public String name()
The friendly name of the secret for which you just created or updated a version.
public String versionId()
The unique identifier of the version of the secret you just created or updated.
public boolean hasVersionStages()
public List<String> versionStages()
The list of staging labels that are currently attached to this version of the secret. Staging labels are used to track a version as it progresses through the secret rotation process.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasVersionStages() to see if a value was sent in this field.
public PutSecretValueResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PutSecretValueResponse.Builder,PutSecretValueResponse>toBuilder in class AwsResponsepublic static PutSecretValueResponse.Builder builder()
public static Class<? extends PutSecretValueResponse.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.