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