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