Class ListPermissionSetsRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.ssoadmin.transform.ListPermissionSetsRequestMarshaller
- All Implemented Interfaces:
- Marshaller<ListPermissionSetsRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class ListPermissionSetsRequestMarshaller
extends Object
implements Marshaller<ListPermissionSetsRequest>
ListPermissionSetsRequest Marshaller- 
Constructor SummaryConstructorsConstructorDescriptionListPermissionSetsRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) 
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(ListPermissionSetsRequest listPermissionSetsRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
ListPermissionSetsRequestMarshaller
 
- 
- 
Method Details- 
marshallDescription copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<ListPermissionSetsRequest>
- Parameters:
- listPermissionSetsRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-