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 SummaryConstructorsConstructorDescriptionDisableOrganizationsRootCredentialsManagementRequestMarshaller(AwsQueryProtocolFactory protocolFactory) 
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(DisableOrganizationsRootCredentialsManagementRequest disableOrganizationsRootCredentialsManagementRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
DisableOrganizationsRootCredentialsManagementRequestMarshallerpublic DisableOrganizationsRootCredentialsManagementRequestMarshaller(AwsQueryProtocolFactory protocolFactory) 
 
- 
- 
Method Details- 
marshallpublic SdkHttpFullRequest marshall(DisableOrganizationsRootCredentialsManagementRequest disableOrganizationsRootCredentialsManagementRequest) Description copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<DisableOrganizationsRootCredentialsManagementRequest>
- Parameters:
- disableOrganizationsRootCredentialsManagementRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-