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