AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
DeleteIndexFieldResult.h
1
6#pragma once
7#include <aws/cloudsearch/CloudSearch_EXPORTS.h>
8#include <aws/cloudsearch/model/IndexFieldStatus.h>
9#include <aws/cloudsearch/model/ResponseMetadata.h>
10#include <utility>
11
12namespace Aws
13{
14template<typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils
18{
19namespace Xml
20{
21 class XmlDocument;
22} // namespace Xml
23} // namespace Utils
24namespace CloudSearch
25{
26namespace Model
27{
35 {
36 public:
37 AWS_CLOUDSEARCH_API DeleteIndexFieldResult();
40
41
43
46 inline const IndexFieldStatus& GetIndexField() const{ return m_indexField; }
47 inline void SetIndexField(const IndexFieldStatus& value) { m_indexField = value; }
48 inline void SetIndexField(IndexFieldStatus&& value) { m_indexField = std::move(value); }
49 inline DeleteIndexFieldResult& WithIndexField(const IndexFieldStatus& value) { SetIndexField(value); return *this;}
50 inline DeleteIndexFieldResult& WithIndexField(IndexFieldStatus&& value) { SetIndexField(std::move(value)); return *this;}
52
54
55 inline const ResponseMetadata& GetResponseMetadata() const{ return m_responseMetadata; }
56 inline void SetResponseMetadata(const ResponseMetadata& value) { m_responseMetadata = value; }
57 inline void SetResponseMetadata(ResponseMetadata&& value) { m_responseMetadata = std::move(value); }
59 inline DeleteIndexFieldResult& WithResponseMetadata(ResponseMetadata&& value) { SetResponseMetadata(std::move(value)); return *this;}
61 private:
62
63 IndexFieldStatus m_indexField;
64
65 ResponseMetadata m_responseMetadata;
66 };
67
68} // namespace Model
69} // namespace CloudSearch
70} // namespace Aws
void SetResponseMetadata(const ResponseMetadata &value)
AWS_CLOUDSEARCH_API DeleteIndexFieldResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
DeleteIndexFieldResult & WithIndexField(IndexFieldStatus &&value)
void SetIndexField(const IndexFieldStatus &value)
DeleteIndexFieldResult & WithResponseMetadata(ResponseMetadata &&value)
AWS_CLOUDSEARCH_API DeleteIndexFieldResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
DeleteIndexFieldResult & WithIndexField(const IndexFieldStatus &value)
DeleteIndexFieldResult & WithResponseMetadata(const ResponseMetadata &value)
Aws::Utils::Xml::XmlDocument XmlDocument