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