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