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