Class GetVerificationRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.partnercentralaccount.transform.GetVerificationRequestMarshaller
- All Implemented Interfaces:
Marshaller<GetVerificationRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class GetVerificationRequestMarshaller
extends Object
implements Marshaller<GetVerificationRequest>
GetVerificationRequest Marshaller-
Constructor Summary
ConstructorsConstructorDescriptionGetVerificationRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) -
Method Summary
Modifier and TypeMethodDescriptionmarshall(GetVerificationRequest getVerificationRequest) Marshalls the given POJO into aSdkHttpFullRequest.
-
Constructor Details
-
GetVerificationRequestMarshaller
-
-
Method Details
-
marshall
Description copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<GetVerificationRequest>- Parameters:
getVerificationRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-