Class ListServiceStatesRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.applicationsignals.transform.ListServiceStatesRequestMarshaller
- All Implemented Interfaces:
Marshaller<ListServiceStatesRequest>
@Generated("software.amazon.awssdk:codegen")
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:Marshaller
Marshalls the given POJO into aSdkHttpFullRequest
.- Specified by:
marshall
in interfaceMarshaller<ListServiceStatesRequest>
- Parameters:
listServiceStatesRequest
- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest
.
-