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