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