57 inline void SetDevicePoolArn(
const char* value) { m_devicePoolArnHasBeenSet =
true; m_devicePoolArn.assign(value); }
92 inline void SetAppArn(
const char* value) { m_appArnHasBeenSet =
true; m_appArn.assign(value); }
206 bool m_devicePoolArnHasBeenSet;
208 bool m_appArnHasBeenSet;
210 bool m_testTypeHasBeenSet;
#define AWS_DEVICEFARM_API
GetDevicePoolCompatibilityRequest & WithDevicePoolArn(const Aws::String &value)
const TestType & GetTestType() const
GetDevicePoolCompatibilityRequest & WithDevicePoolArn(const char *value)
void SetTestType(TestType &&value)
void SetAppArn(Aws::String &&value)
void SetDevicePoolArn(Aws::String &&value)
GetDevicePoolCompatibilityRequest & WithTestType(const TestType &value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
GetDevicePoolCompatibilityRequest & WithTestType(TestType &&value)
const Aws::String & GetDevicePoolArn() const
GetDevicePoolCompatibilityRequest & WithDevicePoolArn(Aws::String &&value)
void SetDevicePoolArn(const char *value)
GetDevicePoolCompatibilityRequest & WithAppArn(const Aws::String &value)
const Aws::String & GetAppArn() const
void SetAppArn(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
void SetTestType(const TestType &value)
void SetAppArn(const Aws::String &value)
GetDevicePoolCompatibilityRequest & WithAppArn(Aws::String &&value)
void SetDevicePoolArn(const Aws::String &value)
GetDevicePoolCompatibilityRequest & WithAppArn(const char *value)
JSON (JavaScript Object Notation).