7#include <aws/devicefarm/DeviceFarm_EXPORTS.h>
8#include <aws/devicefarm/model/TestType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
67 template<
typename TestPackageArnT = Aws::String>
68 void SetTestPackageArn(TestPackageArnT&& value) { m_testPackageArnHasBeenSet =
true; m_testPackageArn = std::forward<TestPackageArnT>(value); }
69 template<
typename TestPackageArnT = Aws::String>
79 template<
typename TestSpecArnT = Aws::String>
80 void SetTestSpecArn(TestSpecArnT&& value) { m_testSpecArnHasBeenSet =
true; m_testSpecArn = std::forward<TestSpecArnT>(value); }
81 template<
typename TestSpecArnT = Aws::String>
91 template<
typename FilterT = Aws::String>
92 void SetFilter(FilterT&& value) { m_filterHasBeenSet =
true; m_filter = std::forward<FilterT>(value); }
93 template<
typename FilterT = Aws::String>
130 template<
typename ParametersT = Aws::Map<Aws::String, Aws::String>>
131 void SetParameters(ParametersT&& value) { m_parametersHasBeenSet =
true; m_parameters = std::forward<ParametersT>(value); }
132 template<
typename ParametersT = Aws::Map<Aws::String, Aws::String>>
134 template<
typename ParametersKeyT = Aws::String,
typename ParametersValueT = Aws::String>
136 m_parametersHasBeenSet =
true; m_parameters.emplace(std::forward<ParametersKeyT>(key), std::forward<ParametersValueT>(value));
return *
this;
142 bool m_typeHasBeenSet =
false;
145 bool m_testPackageArnHasBeenSet =
false;
148 bool m_testSpecArnHasBeenSet =
false;
151 bool m_filterHasBeenSet =
false;
154 bool m_parametersHasBeenSet =
false;
bool TestSpecArnHasBeenSet() const
const Aws::String & GetTestPackageArn() const
bool TestPackageArnHasBeenSet() const
AWS_DEVICEFARM_API ScheduleRunTest(Aws::Utils::Json::JsonView jsonValue)
AWS_DEVICEFARM_API Aws::Utils::Json::JsonValue Jsonize() const
bool TypeHasBeenSet() const
const Aws::String & GetTestSpecArn() const
const Aws::String & GetFilter() const
const Aws::Map< Aws::String, Aws::String > & GetParameters() const
ScheduleRunTest & WithFilter(FilterT &&value)
ScheduleRunTest & WithParameters(ParametersT &&value)
bool ParametersHasBeenSet() const
AWS_DEVICEFARM_API ScheduleRunTest()=default
ScheduleRunTest & WithTestPackageArn(TestPackageArnT &&value)
ScheduleRunTest & WithType(TestType value)
ScheduleRunTest & WithTestSpecArn(TestSpecArnT &&value)
AWS_DEVICEFARM_API ScheduleRunTest & operator=(Aws::Utils::Json::JsonView jsonValue)
ScheduleRunTest & AddParameters(ParametersKeyT &&key, ParametersValueT &&value)
void SetTestSpecArn(TestSpecArnT &&value)
void SetType(TestType value)
bool FilterHasBeenSet() const
void SetParameters(ParametersT &&value)
void SetFilter(FilterT &&value)
void SetTestPackageArn(TestPackageArnT &&value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue