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