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