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