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