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