65 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
100 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
135 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
229 bool m_arnHasBeenSet;
231 bool m_nameHasBeenSet;
233 bool m_descriptionHasBeenSet;
235 bool m_typeHasBeenSet;
237 bool m_rulesHasBeenSet;
#define AWS_DEVICEFARM_API
void SetDescription(Aws::String &&value)
void SetArn(Aws::String &&value)
const Aws::String & GetDescription() const
DevicePool & WithArn(Aws::String &&value)
void SetDescription(const char *value)
DevicePool & WithDescription(const Aws::String &value)
void SetRules(const Aws::Vector< Rule > &value)
DevicePool & WithType(DevicePoolType &&value)
void SetDescription(const Aws::String &value)
DevicePool & WithArn(const char *value)
std::vector< T, Aws::Allocator< T > > Vector
void SetName(const Aws::String &value)
DevicePool & WithRules(const Aws::Vector< Rule > &value)
const DevicePoolType & GetType() const
void SetArn(const char *value)
void SetType(DevicePoolType &&value)
DevicePool & WithDescription(Aws::String &&value)
DevicePool & WithDescription(const char *value)
const Aws::Vector< Rule > & GetRules() const
DevicePool & AddRules(const Rule &value)
DevicePool & WithName(const char *value)
DevicePool & WithRules(Aws::Vector< Rule > &&value)
DevicePool & WithArn(const Aws::String &value)
DevicePool & WithName(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
void SetName(const char *value)
DevicePool & WithName(const Aws::String &value)
DevicePool & WithType(const DevicePoolType &value)
void SetRules(Aws::Vector< Rule > &&value)
void SetName(Aws::String &&value)
DevicePool & AddRules(Rule &&value)
const Aws::String & GetName() const
void SetType(const DevicePoolType &value)
const Aws::String & GetArn() const
JSON (JavaScript Object Notation).
void SetArn(const Aws::String &value)