Class CreateAutoScalingConfigurationRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.apprunner.transform.CreateAutoScalingConfigurationRequestMarshaller
- All Implemented Interfaces:
- Marshaller<CreateAutoScalingConfigurationRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class CreateAutoScalingConfigurationRequestMarshaller
extends Object
implements Marshaller<CreateAutoScalingConfigurationRequest>
CreateAutoScalingConfigurationRequest Marshaller- 
Constructor SummaryConstructorsConstructorDescription
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(CreateAutoScalingConfigurationRequest createAutoScalingConfigurationRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
CreateAutoScalingConfigurationRequestMarshaller
 
- 
- 
Method Details- 
marshallpublic SdkHttpFullRequest marshall(CreateAutoScalingConfigurationRequest createAutoScalingConfigurationRequest) Description copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<CreateAutoScalingConfigurationRequest>
- Parameters:
- createAutoScalingConfigurationRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-