7#include <aws/cloudsearch/CloudSearchRequest.h>
8#include <aws/cloudsearch/CloudSearch_EXPORTS.h>
9#include <aws/cloudsearch/model/IndexField.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15namespace CloudSearch {
45 template <
typename DomainNameT = Aws::String>
47 m_domainNameHasBeenSet =
true;
48 m_domainName = std::forward<DomainNameT>(value);
50 template <
typename DomainNameT = Aws::String>
63 template <
typename IndexFieldT = IndexField>
65 m_indexFieldHasBeenSet =
true;
66 m_indexField = std::forward<IndexFieldT>(value);
68 template <
typename IndexFieldT = IndexField>
78 bool m_domainNameHasBeenSet =
false;
79 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