Class ListTestRecommendationsRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.resiliencehub.transform.ListTestRecommendationsRequestMarshaller
- All Implemented Interfaces:
- Marshaller<ListTestRecommendationsRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class ListTestRecommendationsRequestMarshaller
extends Object
implements Marshaller<ListTestRecommendationsRequest>
ListTestRecommendationsRequest Marshaller- 
Constructor SummaryConstructorsConstructorDescriptionListTestRecommendationsRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) 
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(ListTestRecommendationsRequest listTestRecommendationsRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
ListTestRecommendationsRequestMarshaller
 
- 
- 
Method Details- 
marshallDescription copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<ListTestRecommendationsRequest>
- Parameters:
- listTestRecommendationsRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-