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