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