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