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