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