@Generated(value="software.amazon.awssdk:codegen") public final class ImportTr31KeyBlock extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ImportTr31KeyBlock.Builder,ImportTr31KeyBlock>
Parameter information for key material import using TR-31 standard.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ImportTr31KeyBlock.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ImportTr31KeyBlock.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ImportTr31KeyBlock.Builder> |
serializableBuilderClass() |
ImportTr31KeyBlock.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
wrappedKeyBlock()
The TR-34 wrapped key block to import.
|
String |
wrappingKeyIdentifier()
The
KeyARN of the key that will decrypt or unwrap a TR-31 key block during import. |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String wrappedKeyBlock()
The TR-34 wrapped key block to import.
public final String wrappingKeyIdentifier()
The KeyARN of the key that will decrypt or unwrap a TR-31 key block during import.
KeyARN of the key that will decrypt or unwrap a TR-31 key block during import.public ImportTr31KeyBlock.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ImportTr31KeyBlock.Builder,ImportTr31KeyBlock>public static ImportTr31KeyBlock.Builder builder()
public static Class<? extends ImportTr31KeyBlock.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.