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