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