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