Class GetSecretValueRequest
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<GetSecretValueRequest.Builder,GetSecretValueRequest>
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringsecretId()The ARN or name of the secret to retrieve.static Class<? extends GetSecretValueRequest.Builder>final StringtoString()Returns a string representation of this object.final StringThe unique identifier of the version of the secret to retrieve.final StringThe staging label of the version of the secret to retrieve.Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfigurationMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
secretId
The ARN or name of the secret to retrieve. To retrieve a secret from another account, you must use an ARN.
For an ARN, we recommend that you specify a complete ARN rather than a partial ARN. See Finding a secret from a partial ARN.
- Returns:
- The ARN or name of the secret to retrieve. To retrieve a secret from another account, you must use an
ARN.
For an ARN, we recommend that you specify a complete ARN rather than a partial ARN. See Finding a secret from a partial ARN.
-
versionId
The unique identifier of the version of the secret to retrieve. If you include both this parameter and
VersionStage, the two parameters must refer to the same secret version. If you don't specify either aVersionStageorVersionId, then Secrets Manager returns theAWSCURRENTversion.This value is typically a UUID-type value with 32 hexadecimal digits.
- Returns:
- The unique identifier of the version of the secret to retrieve. If you include both this parameter and
VersionStage, the two parameters must refer to the same secret version. If you don't specify either aVersionStageorVersionId, then Secrets Manager returns theAWSCURRENTversion.This value is typically a UUID-type value with 32 hexadecimal digits.
-
versionStage
The staging label of the version of the secret to retrieve.
Secrets Manager uses staging labels to keep track of different versions during the rotation process. If you include both this parameter and
VersionId, the two parameters must refer to the same secret version. If you don't specify either aVersionStageorVersionId, Secrets Manager returns theAWSCURRENTversion.- Returns:
- The staging label of the version of the secret to retrieve.
Secrets Manager uses staging labels to keep track of different versions during the rotation process. If you include both this parameter and
VersionId, the two parameters must refer to the same secret version. If you don't specify either aVersionStageorVersionId, Secrets Manager returns theAWSCURRENTversion.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<GetSecretValueRequest.Builder,GetSecretValueRequest> - Specified by:
toBuilderin classSecretsManagerRequest
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode()- Overrides:
hashCodein classAwsRequest
-
equals
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-