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