57 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
136 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
158 bool m_arnHasBeenSet;
160 bool m_typeHasBeenSet;
162 bool m_nextTokenHasBeenSet;
ListDevicePoolsRequest & WithType(DevicePoolType &&value)
#define AWS_DEVICEFARM_API
const Aws::String & GetNextToken() const
void SetNextToken(Aws::String &&value)
void SetArn(Aws::String &&value)
ListDevicePoolsRequest & WithArn(const Aws::String &value)
ListDevicePoolsRequest & WithNextToken(const char *value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
const Aws::String & GetArn() const
void SetNextToken(const Aws::String &value)
void SetType(DevicePoolType &&value)
void SetArn(const char *value)
const DevicePoolType & GetType() const
ListDevicePoolsRequest & WithNextToken(Aws::String &&value)
ListDevicePoolsRequest & WithNextToken(const Aws::String &value)
ListDevicePoolsRequest & WithType(const DevicePoolType &value)
ListDevicePoolsRequest & WithArn(const char *value)
ListDevicePoolsRequest & WithArn(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
void SetNextToken(const char *value)
void SetType(const DevicePoolType &value)
void SetArn(const Aws::String &value)
JSON (JavaScript Object Notation).