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