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