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:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<ListServiceOperationsRequest>- Parameters:
listServiceOperationsRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-