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/cloudsearch/model/IndexField.h>
49 template<
typename DomainNameT = Aws::String>
50 void SetDomainName(DomainNameT&& value) { m_domainNameHasBeenSet =
true; m_domainName = std::forward<DomainNameT>(value); }
51 template<
typename DomainNameT = Aws::String>
61 template<
typename IndexFieldT = IndexField>
62 void SetIndexField(IndexFieldT&& value) { m_indexFieldHasBeenSet =
true; m_indexField = std::forward<IndexFieldT>(value); }
63 template<
typename IndexFieldT = IndexField>
69 bool m_domainNameHasBeenSet =
false;
72 bool m_indexFieldHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
AWS_CLOUDSEARCH_API Aws::String SerializePayload() const override
bool DomainNameHasBeenSet() const
bool IndexFieldHasBeenSet() const
DefineIndexFieldRequest & WithIndexField(IndexFieldT &&value)
DefineIndexFieldRequest & WithDomainName(DomainNameT &&value)
AWS_CLOUDSEARCH_API DefineIndexFieldRequest()=default
void SetDomainName(DomainNameT &&value)
AWS_CLOUDSEARCH_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
const IndexField & GetIndexField() const
const Aws::String & GetDomainName() const
void SetIndexField(IndexFieldT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String