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