7#include <aws/cloudsearch/CloudSearch_EXPORTS.h>
8#include <aws/cloudsearch/CloudSearchRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
54 template<
typename DomainNameT = Aws::String>
55 void SetDomainName(DomainNameT&& value) { m_domainNameHasBeenSet =
true; m_domainName = std::forward<DomainNameT>(value); }
56 template<
typename DomainNameT = Aws::String>
67 template<
typename FieldNamesT = Aws::Vector<Aws::String>>
68 void SetFieldNames(FieldNamesT&& value) { m_fieldNamesHasBeenSet =
true; m_fieldNames = std::forward<FieldNamesT>(value); }
69 template<
typename FieldNamesT = Aws::Vector<Aws::String>>
71 template<
typename FieldNamesT = Aws::String>
82 inline void SetDeployed(
bool value) { m_deployedHasBeenSet =
true; m_deployed = value; }
88 bool m_domainNameHasBeenSet =
false;
91 bool m_fieldNamesHasBeenSet =
false;
93 bool m_deployed{
false};
94 bool m_deployedHasBeenSet =
false;
const Aws::String & GetDomainName() const
bool DeployedHasBeenSet() const
DescribeIndexFieldsRequest & AddFieldNames(FieldNamesT &&value)
DescribeIndexFieldsRequest & WithDomainName(DomainNameT &&value)
virtual const char * GetServiceRequestName() const override
AWS_CLOUDSEARCH_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
DescribeIndexFieldsRequest & WithFieldNames(FieldNamesT &&value)
const Aws::Vector< Aws::String > & GetFieldNames() const
void SetFieldNames(FieldNamesT &&value)
void SetDeployed(bool value)
void SetDomainName(DomainNameT &&value)
DescribeIndexFieldsRequest & WithDeployed(bool value)
bool FieldNamesHasBeenSet() const
bool DomainNameHasBeenSet() const
AWS_CLOUDSEARCH_API Aws::String SerializePayload() const override
AWS_CLOUDSEARCH_API DescribeIndexFieldsRequest()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector