@Generated(value="software.amazon.awssdk:codegen") public final class WrappedKey extends Object implements SdkPojo, Serializable, ToCopyableBuilder<WrappedKey.Builder,WrappedKey>
Parameter information for generating a wrapped key using TR-31 or TR-34 standard.
| Modifier and Type | Class and Description |
|---|---|
static interface |
WrappedKey.Builder |
| Modifier and Type | Method and Description |
|---|---|
static WrappedKey.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
keyMaterial()
Parameter information for generating a wrapped key using TR-31 or TR-34 standard.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends WrappedKey.Builder> |
serializableBuilderClass() |
WrappedKey.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
WrappedKeyMaterialFormat |
wrappedKeyMaterialFormat()
The key block format of a wrapped key.
|
String |
wrappedKeyMaterialFormatAsString()
The key block format of a wrapped key.
|
String |
wrappingKeyArn()
The
KeyARN of the wrapped key. |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String keyMaterial()
Parameter information for generating a wrapped key using TR-31 or TR-34 standard.
public final WrappedKeyMaterialFormat wrappedKeyMaterialFormat()
The key block format of a wrapped key.
If the service returns an enum value that is not available in the current SDK version,
wrappedKeyMaterialFormat will return WrappedKeyMaterialFormat.UNKNOWN_TO_SDK_VERSION. The raw
value returned by the service is available from wrappedKeyMaterialFormatAsString().
WrappedKeyMaterialFormatpublic final String wrappedKeyMaterialFormatAsString()
The key block format of a wrapped key.
If the service returns an enum value that is not available in the current SDK version,
wrappedKeyMaterialFormat will return WrappedKeyMaterialFormat.UNKNOWN_TO_SDK_VERSION. The raw
value returned by the service is available from wrappedKeyMaterialFormatAsString().
WrappedKeyMaterialFormatpublic final String wrappingKeyArn()
The KeyARN of the wrapped key.
KeyARN of the wrapped key.public WrappedKey.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<WrappedKey.Builder,WrappedKey>public static WrappedKey.Builder builder()
public static Class<? extends WrappedKey.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.