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