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