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