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