Class ListFlowExecutionMessagesRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.iotthingsgraph.transform.ListFlowExecutionMessagesRequestMarshaller
- All Implemented Interfaces:
- Marshaller<ListFlowExecutionMessagesRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class ListFlowExecutionMessagesRequestMarshaller
extends Object
implements Marshaller<ListFlowExecutionMessagesRequest>
ListFlowExecutionMessagesRequest Marshaller- 
Constructor SummaryConstructorsConstructorDescriptionListFlowExecutionMessagesRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) 
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(ListFlowExecutionMessagesRequest listFlowExecutionMessagesRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
ListFlowExecutionMessagesRequestMarshaller
 
- 
- 
Method Details- 
marshallpublic SdkHttpFullRequest marshall(ListFlowExecutionMessagesRequest listFlowExecutionMessagesRequest) Description copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<ListFlowExecutionMessagesRequest>
- Parameters:
- listFlowExecutionMessagesRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-