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