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