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