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