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