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