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