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