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