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