7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/devicefarm/DeviceFarm_EXPORTS.h>
10#include <aws/devicefarm/model/TestType.h>
52 m_typeHasBeenSet =
true;
67 template <
typename TestPackageArnT = Aws::String>
69 m_testPackageArnHasBeenSet =
true;
70 m_testPackageArn = std::forward<TestPackageArnT>(value);
72 template <
typename TestPackageArnT = Aws::String>
85 template <
typename TestSpecArnT = Aws::String>
87 m_testSpecArnHasBeenSet =
true;
88 m_testSpecArn = std::forward<TestSpecArnT>(value);
90 template <
typename TestSpecArnT = Aws::String>
103 template <
typename FilterT = Aws::String>
105 m_filterHasBeenSet =
true;
106 m_filter = std::forward<FilterT>(value);
108 template <
typename FilterT = Aws::String>
148 template <
typename ParametersT = Aws::Map<Aws::String, Aws::String>>
150 m_parametersHasBeenSet =
true;
151 m_parameters = std::forward<ParametersT>(value);
153 template <
typename ParametersT = Aws::Map<Aws::String, Aws::String>>
158 template <
typename ParametersKeyT = Aws::String,
typename ParametersValueT = Aws::String>
160 m_parametersHasBeenSet =
true;
161 m_parameters.emplace(std::forward<ParametersKeyT>(key), std::forward<ParametersValueT>(value));
175 bool m_typeHasBeenSet =
false;
176 bool m_testPackageArnHasBeenSet =
false;
177 bool m_testSpecArnHasBeenSet =
false;
178 bool m_filterHasBeenSet =
false;
179 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