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