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