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