Class GetContextKeysForCustomPolicyRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.iam.transform.GetContextKeysForCustomPolicyRequestMarshaller
- All Implemented Interfaces:
Marshaller<GetContextKeysForCustomPolicyRequest>
@Generated("software.amazon.awssdk:codegen")
public class GetContextKeysForCustomPolicyRequestMarshaller
extends Object
implements Marshaller<GetContextKeysForCustomPolicyRequest>
GetContextKeysForCustomPolicyRequest
Marshaller-
Constructor Summary
ConstructorsConstructorDescriptionGetContextKeysForCustomPolicyRequestMarshaller
(AwsQueryProtocolFactory protocolFactory) -
Method Summary
Modifier and TypeMethodDescriptionmarshall
(GetContextKeysForCustomPolicyRequest getContextKeysForCustomPolicyRequest) Marshalls the given POJO into aSdkHttpFullRequest
.
-
Constructor Details
-
GetContextKeysForCustomPolicyRequestMarshaller
-
-
Method Details
-
marshall
public SdkHttpFullRequest marshall(GetContextKeysForCustomPolicyRequest getContextKeysForCustomPolicyRequest) Description copied from interface:Marshaller
Marshalls the given POJO into aSdkHttpFullRequest
.- Specified by:
marshall
in interfaceMarshaller<GetContextKeysForCustomPolicyRequest>
- Parameters:
getContextKeysForCustomPolicyRequest
- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest
.
-