AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
UpdateGeofenceCollectionResult.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 UpdateGeofenceCollectionResult();
34
35
37
40 inline const Aws::String& GetCollectionName() const{ return m_collectionName; }
41 inline void SetCollectionName(const Aws::String& value) { m_collectionName = value; }
42 inline void SetCollectionName(Aws::String&& value) { m_collectionName = std::move(value); }
43 inline void SetCollectionName(const char* value) { m_collectionName.assign(value); }
45 inline UpdateGeofenceCollectionResult& WithCollectionName(Aws::String&& value) { SetCollectionName(std::move(value)); return *this;}
46 inline UpdateGeofenceCollectionResult& WithCollectionName(const char* value) { SetCollectionName(value); return *this;}
48
50
56 inline const Aws::String& GetCollectionArn() const{ return m_collectionArn; }
57 inline void SetCollectionArn(const Aws::String& value) { m_collectionArn = value; }
58 inline void SetCollectionArn(Aws::String&& value) { m_collectionArn = std::move(value); }
59 inline void SetCollectionArn(const char* value) { m_collectionArn.assign(value); }
61 inline UpdateGeofenceCollectionResult& WithCollectionArn(Aws::String&& value) { SetCollectionArn(std::move(value)); return *this;}
62 inline UpdateGeofenceCollectionResult& WithCollectionArn(const char* value) { SetCollectionArn(value); return *this;}
64
66
71 inline const Aws::Utils::DateTime& GetUpdateTime() const{ return m_updateTime; }
72 inline void SetUpdateTime(const Aws::Utils::DateTime& value) { m_updateTime = value; }
73 inline void SetUpdateTime(Aws::Utils::DateTime&& value) { m_updateTime = std::move(value); }
75 inline UpdateGeofenceCollectionResult& WithUpdateTime(Aws::Utils::DateTime&& value) { SetUpdateTime(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 UpdateGeofenceCollectionResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
85 inline UpdateGeofenceCollectionResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
86 inline UpdateGeofenceCollectionResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
88 private:
89
90 Aws::String m_collectionName;
91
92 Aws::String m_collectionArn;
93
94 Aws::Utils::DateTime m_updateTime;
95
96 Aws::String m_requestId;
97 };
98
99} // namespace Model
100} // namespace LocationService
101} // namespace Aws
UpdateGeofenceCollectionResult & WithUpdateTime(const Aws::Utils::DateTime &value)
UpdateGeofenceCollectionResult & WithRequestId(Aws::String &&value)
UpdateGeofenceCollectionResult & WithUpdateTime(Aws::Utils::DateTime &&value)
UpdateGeofenceCollectionResult & WithCollectionArn(const char *value)
UpdateGeofenceCollectionResult & WithCollectionName(const Aws::String &value)
AWS_LOCATIONSERVICE_API UpdateGeofenceCollectionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateGeofenceCollectionResult & WithRequestId(const Aws::String &value)
UpdateGeofenceCollectionResult & WithCollectionArn(Aws::String &&value)
UpdateGeofenceCollectionResult & WithCollectionName(Aws::String &&value)
AWS_LOCATIONSERVICE_API UpdateGeofenceCollectionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateGeofenceCollectionResult & WithCollectionName(const char *value)
UpdateGeofenceCollectionResult & WithRequestId(const char *value)
UpdateGeofenceCollectionResult & WithCollectionArn(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue