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