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