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