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