Class EnableOrganizationsRootCredentialsManagementRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.iam.transform.EnableOrganizationsRootCredentialsManagementRequestMarshaller
- All Implemented Interfaces:
Marshaller<EnableOrganizationsRootCredentialsManagementRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
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:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<EnableOrganizationsRootCredentialsManagementRequest>- Parameters:
enableOrganizationsRootCredentialsManagementRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-