Class PaymentCryptographyResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.paymentcryptography.model.PaymentCryptographyResponse
-
- All Implemented Interfaces:
SdkPojo
- Direct Known Subclasses:
CreateAliasResponse,CreateKeyResponse,DeleteAliasResponse,DeleteKeyResponse,ExportKeyResponse,GetAliasResponse,GetKeyResponse,GetParametersForExportResponse,GetParametersForImportResponse,GetPublicKeyCertificateResponse,ImportKeyResponse,ListAliasesResponse,ListKeysResponse,ListTagsForResourceResponse,RestoreKeyResponse,StartKeyUsageResponse,StopKeyUsageResponse,TagResourceResponse,UntagResourceResponse,UpdateAliasResponse
@Generated("software.amazon.awssdk:codegen") public abstract class PaymentCryptographyResponse extends AwsResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfacePaymentCryptographyResponse.Builderprotected static classPaymentCryptographyResponse.BuilderImpl
-
Constructor Summary
Constructors Modifier Constructor Description protectedPaymentCryptographyResponse(PaymentCryptographyResponse.Builder builder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PaymentCryptographyResponseMetadataresponseMetadata()-
Methods inherited from class software.amazon.awssdk.awscore.AwsResponse
equals, hashCode, toBuilder
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
getValueForField, sdkHttpResponse
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Constructor Detail
-
PaymentCryptographyResponse
protected PaymentCryptographyResponse(PaymentCryptographyResponse.Builder builder)
-
-
Method Detail
-
responseMetadata
public PaymentCryptographyResponseMetadata responseMetadata()
- Overrides:
responseMetadatain classAwsResponse
-
-