AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
CreatePlaceIndexResult.h
1
6#pragma once
7#include <aws/location/LocationService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <utility>
11
12namespace Aws
13{
14template<typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils
18{
19namespace Json
20{
21 class JsonValue;
22} // namespace Json
23} // namespace Utils
24namespace LocationService
25{
26namespace Model
27{
29 {
30 public:
31 AWS_LOCATIONSERVICE_API CreatePlaceIndexResult();
34
35
37
40 inline const Aws::String& GetIndexName() const{ return m_indexName; }
41 inline void SetIndexName(const Aws::String& value) { m_indexName = value; }
42 inline void SetIndexName(Aws::String&& value) { m_indexName = std::move(value); }
43 inline void SetIndexName(const char* value) { m_indexName.assign(value); }
44 inline CreatePlaceIndexResult& WithIndexName(const Aws::String& value) { SetIndexName(value); return *this;}
45 inline CreatePlaceIndexResult& WithIndexName(Aws::String&& value) { SetIndexName(std::move(value)); return *this;}
46 inline CreatePlaceIndexResult& WithIndexName(const char* value) { SetIndexName(value); return *this;}
48
50
56 inline const Aws::String& GetIndexArn() const{ return m_indexArn; }
57 inline void SetIndexArn(const Aws::String& value) { m_indexArn = value; }
58 inline void SetIndexArn(Aws::String&& value) { m_indexArn = std::move(value); }
59 inline void SetIndexArn(const char* value) { m_indexArn.assign(value); }
60 inline CreatePlaceIndexResult& WithIndexArn(const Aws::String& value) { SetIndexArn(value); return *this;}
61 inline CreatePlaceIndexResult& WithIndexArn(Aws::String&& value) { SetIndexArn(std::move(value)); return *this;}
62 inline CreatePlaceIndexResult& WithIndexArn(const char* value) { SetIndexArn(value); return *this;}
64
66
71 inline const Aws::Utils::DateTime& GetCreateTime() const{ return m_createTime; }
72 inline void SetCreateTime(const Aws::Utils::DateTime& value) { m_createTime = value; }
73 inline void SetCreateTime(Aws::Utils::DateTime&& value) { m_createTime = std::move(value); }
74 inline CreatePlaceIndexResult& WithCreateTime(const Aws::Utils::DateTime& value) { SetCreateTime(value); return *this;}
75 inline CreatePlaceIndexResult& WithCreateTime(Aws::Utils::DateTime&& value) { SetCreateTime(std::move(value)); return *this;}
77
79
80 inline const Aws::String& GetRequestId() const{ return m_requestId; }
81 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
82 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
83 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
84 inline CreatePlaceIndexResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
85 inline CreatePlaceIndexResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
86 inline CreatePlaceIndexResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
88 private:
89
90 Aws::String m_indexName;
91
92 Aws::String m_indexArn;
93
94 Aws::Utils::DateTime m_createTime;
95
96 Aws::String m_requestId;
97 };
98
99} // namespace Model
100} // namespace LocationService
101} // namespace Aws
AWS_LOCATIONSERVICE_API CreatePlaceIndexResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreatePlaceIndexResult & WithRequestId(const char *value)
CreatePlaceIndexResult & WithIndexName(const char *value)
AWS_LOCATIONSERVICE_API CreatePlaceIndexResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreatePlaceIndexResult & WithIndexName(const Aws::String &value)
CreatePlaceIndexResult & WithIndexArn(Aws::String &&value)
CreatePlaceIndexResult & WithIndexArn(const char *value)
CreatePlaceIndexResult & WithRequestId(Aws::String &&value)
CreatePlaceIndexResult & WithCreateTime(Aws::Utils::DateTime &&value)
CreatePlaceIndexResult & WithIndexArn(const Aws::String &value)
CreatePlaceIndexResult & WithCreateTime(const Aws::Utils::DateTime &value)
void SetCreateTime(const Aws::Utils::DateTime &value)
CreatePlaceIndexResult & WithRequestId(const Aws::String &value)
CreatePlaceIndexResult & WithIndexName(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue