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