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