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