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