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