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