@Generated(value="software.amazon.awssdk:codegen") public final class ImportKeyResponse extends PaymentCryptographyResponse implements ToCopyableBuilder<ImportKeyResponse.Builder,ImportKeyResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ImportKeyResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ImportKeyResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Key |
key()
The
KeyARN of the key material imported within Amazon Web Services Payment Cryptography. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ImportKeyResponse.Builder> |
serializableBuilderClass() |
ImportKeyResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Key key()
The KeyARN of the key material imported within Amazon Web Services Payment Cryptography.
KeyARN of the key material imported within Amazon Web Services Payment Cryptography.public ImportKeyResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ImportKeyResponse.Builder,ImportKeyResponse>toBuilder in class AwsResponsepublic static ImportKeyResponse.Builder builder()
public static Class<? extends ImportKeyResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.