Class GetLifecyclePolicyRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.dlm.transform.GetLifecyclePolicyRequestMarshaller
- All Implemented Interfaces:
- Marshaller<GetLifecyclePolicyRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class GetLifecyclePolicyRequestMarshaller
extends Object
implements Marshaller<GetLifecyclePolicyRequest>
GetLifecyclePolicyRequest Marshaller- 
Constructor SummaryConstructorsConstructorDescriptionGetLifecyclePolicyRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) 
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(GetLifecyclePolicyRequest getLifecyclePolicyRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
GetLifecyclePolicyRequestMarshaller
 
- 
- 
Method Details- 
marshallDescription copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<GetLifecyclePolicyRequest>
- Parameters:
- getLifecyclePolicyRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-