59 inline void SetDomainName(
const char* value) { m_domainNameHasBeenSet =
true; m_domainName.assign(value); }
134 inline void SetDeployed(
bool value) { m_deployedHasBeenSet =
true; m_deployed = value; }
144 bool m_domainNameHasBeenSet;
146 bool m_fieldNamesHasBeenSet;
148 bool m_deployedHasBeenSet;
DescribeIndexFieldsRequest & AddFieldNames(const char *value)
DescribeIndexFieldsRequest & WithDomainName(Aws::String &&value)
std::vector< T, Aws::Allocator< T > > Vector
DescribeIndexFieldsRequest & AddFieldNames(const Aws::String &value)
DescribeIndexFieldsRequest & AddFieldNames(Aws::String &&value)
void SetDomainName(const Aws::String &value)
DescribeIndexFieldsRequest & WithFieldNames(Aws::Vector< Aws::String > &&value)
void SetFieldNames(const Aws::Vector< Aws::String > &value)
const Aws::Vector< Aws::String > & GetFieldNames() const
#define AWS_CLOUDSEARCH_API
DescribeIndexFieldsRequest & WithDeployed(bool value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
void SetDomainName(const char *value)
const Aws::String & GetDomainName() const
DescribeIndexFieldsRequest & WithFieldNames(const Aws::Vector< Aws::String > &value)
DescribeIndexFieldsRequest & WithDomainName(const Aws::String &value)
DescribeIndexFieldsRequest & WithDomainName(const char *value)
void SetDeployed(bool value)
void SetFieldNames(Aws::Vector< Aws::String > &&value)
JSON (JavaScript Object Notation).
void SetDomainName(Aws::String &&value)