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