@Generated(value="software.amazon.awssdk:codegen") public final class SecretsManagerSecretResourceData extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SecretsManagerSecretResourceData.Builder,SecretsManagerSecretResourceData>
| Modifier and Type | Class and Description |
|---|---|
static interface |
SecretsManagerSecretResourceData.Builder |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
additionalStagingLabelsToDownload()
Optional.
|
String |
arn()
The ARN of the Secrets Manager secret to make available on the core.
|
static SecretsManagerSecretResourceData.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasAdditionalStagingLabelsToDownload()
Returns true if the AdditionalStagingLabelsToDownload property was specified by the sender (it may be empty), or
false if the sender did not specify the value (it will be empty).
|
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends SecretsManagerSecretResourceData.Builder> |
serializableBuilderClass() |
SecretsManagerSecretResourceData.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String arn()
public final boolean hasAdditionalStagingLabelsToDownload()
public final List<String> additionalStagingLabelsToDownload()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasAdditionalStagingLabelsToDownload() to see if a value was sent in this field.
public SecretsManagerSecretResourceData.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SecretsManagerSecretResourceData.Builder,SecretsManagerSecretResourceData>public static SecretsManagerSecretResourceData.Builder builder()
public static Class<? extends SecretsManagerSecretResourceData.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.