Class GetAutoManagementConfigurationRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.servicequotas.transform.GetAutoManagementConfigurationRequestMarshaller
- All Implemented Interfaces:
Marshaller<GetAutoManagementConfigurationRequest>
@Generated("software.amazon.awssdk:codegen")
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:Marshaller
Marshalls the given POJO into aSdkHttpFullRequest
.- Specified by:
marshall
in interfaceMarshaller<GetAutoManagementConfigurationRequest>
- Parameters:
getAutoManagementConfigurationRequest
- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest
.
-