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