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