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