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