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