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