Class PaymentCryptographyDataResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.paymentcryptographydata.model.PaymentCryptographyDataResponse
-
- All Implemented Interfaces:
SdkPojo
- Direct Known Subclasses:
DecryptDataResponse,EncryptDataResponse,GenerateCardValidationDataResponse,GenerateMacResponse,GeneratePinDataResponse,ReEncryptDataResponse,TranslatePinDataResponse,VerifyAuthRequestCryptogramResponse,VerifyCardValidationDataResponse,VerifyMacResponse,VerifyPinDataResponse
@Generated("software.amazon.awssdk:codegen") public abstract class PaymentCryptographyDataResponse extends AwsResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfacePaymentCryptographyDataResponse.Builderprotected static classPaymentCryptographyDataResponse.BuilderImpl
-
Constructor Summary
Constructors Modifier Constructor Description protectedPaymentCryptographyDataResponse(PaymentCryptographyDataResponse.Builder builder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PaymentCryptographyDataResponseMetadataresponseMetadata()-
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
-
PaymentCryptographyDataResponse
protected PaymentCryptographyDataResponse(PaymentCryptographyDataResponse.Builder builder)
-
-
Method Detail
-
responseMetadata
public PaymentCryptographyDataResponseMetadata responseMetadata()
- Overrides:
responseMetadatain classAwsResponse
-
-