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