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