Class UpdateEventDestinationRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.pinpointsmsvoicev2.transform.UpdateEventDestinationRequestMarshaller
- All Implemented Interfaces:
- Marshaller<UpdateEventDestinationRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class UpdateEventDestinationRequestMarshaller
extends Object
implements Marshaller<UpdateEventDestinationRequest>
UpdateEventDestinationRequest Marshaller- 
Constructor SummaryConstructorsConstructorDescriptionUpdateEventDestinationRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) 
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(UpdateEventDestinationRequest updateEventDestinationRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
UpdateEventDestinationRequestMarshaller
 
- 
- 
Method Details- 
marshallDescription copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<UpdateEventDestinationRequest>
- Parameters:
- updateEventDestinationRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-