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