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