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