7#include <aws/cloudsearch/CloudSearchRequest.h>
8#include <aws/cloudsearch/CloudSearch_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
15namespace CloudSearch {
50 template <
typename DomainNameT = Aws::String>
52 m_domainNameHasBeenSet =
true;
53 m_domainName = std::forward<DomainNameT>(value);
55 template <
typename DomainNameT = Aws::String>
69 template <
typename FieldNamesT = Aws::Vector<Aws::String>>
71 m_fieldNamesHasBeenSet =
true;
72 m_fieldNames = std::forward<FieldNamesT>(value);
74 template <
typename FieldNamesT = Aws::Vector<Aws::String>>
79 template <
typename FieldNamesT = Aws::String>
81 m_fieldNamesHasBeenSet =
true;
82 m_fieldNames.emplace_back(std::forward<FieldNamesT>(value));
95 m_deployedHasBeenSet =
true;
108 bool m_deployed{
false};
109 bool m_domainNameHasBeenSet =
false;
110 bool m_fieldNamesHasBeenSet =
false;
111 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