Class ListServicesForAutoScalingConfigurationRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.apprunner.transform.ListServicesForAutoScalingConfigurationRequestMarshaller
- All Implemented Interfaces:
Marshaller<ListServicesForAutoScalingConfigurationRequest>
@Generated("software.amazon.awssdk:codegen")
public class ListServicesForAutoScalingConfigurationRequestMarshaller
extends Object
implements Marshaller<ListServicesForAutoScalingConfigurationRequest>
-
Constructor Summary
ConstructorsConstructorDescriptionListServicesForAutoScalingConfigurationRequestMarshaller
(BaseAwsJsonProtocolFactory protocolFactory) -
Method Summary
Modifier and TypeMethodDescriptionmarshall
(ListServicesForAutoScalingConfigurationRequest listServicesForAutoScalingConfigurationRequest) Marshalls the given POJO into aSdkHttpFullRequest
.
-
Constructor Details
-
ListServicesForAutoScalingConfigurationRequestMarshaller
public ListServicesForAutoScalingConfigurationRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory)
-
-
Method Details
-
marshall
public SdkHttpFullRequest marshall(ListServicesForAutoScalingConfigurationRequest listServicesForAutoScalingConfigurationRequest) Description copied from interface:Marshaller
Marshalls the given POJO into aSdkHttpFullRequest
.- Specified by:
marshall
in interfaceMarshaller<ListServicesForAutoScalingConfigurationRequest>
- Parameters:
listServicesForAutoScalingConfigurationRequest
- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest
.
-