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