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