AWS SDK for C++

AWS SDK for C++ Version 1.11.609

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() = default;
34
35
37
40 inline const Aws::String& GetCollectionName() const { return m_collectionName; }
41 template<typename CollectionNameT = Aws::String>
42 void SetCollectionName(CollectionNameT&& value) { m_collectionNameHasBeenSet = true; m_collectionName = std::forward<CollectionNameT>(value); }
43 template<typename CollectionNameT = Aws::String>
44 UpdateGeofenceCollectionResult& WithCollectionName(CollectionNameT&& value) { SetCollectionName(std::forward<CollectionNameT>(value)); return *this;}
46
48
54 inline const Aws::String& GetCollectionArn() const { return m_collectionArn; }
55 template<typename CollectionArnT = Aws::String>
56 void SetCollectionArn(CollectionArnT&& value) { m_collectionArnHasBeenSet = true; m_collectionArn = std::forward<CollectionArnT>(value); }
57 template<typename CollectionArnT = Aws::String>
58 UpdateGeofenceCollectionResult& WithCollectionArn(CollectionArnT&& value) { SetCollectionArn(std::forward<CollectionArnT>(value)); return *this;}
60
62
67 inline const Aws::Utils::DateTime& GetUpdateTime() const { return m_updateTime; }
68 template<typename UpdateTimeT = Aws::Utils::DateTime>
69 void SetUpdateTime(UpdateTimeT&& value) { m_updateTimeHasBeenSet = true; m_updateTime = std::forward<UpdateTimeT>(value); }
70 template<typename UpdateTimeT = Aws::Utils::DateTime>
71 UpdateGeofenceCollectionResult& WithUpdateTime(UpdateTimeT&& value) { SetUpdateTime(std::forward<UpdateTimeT>(value)); return *this;}
73
75
76 inline const Aws::String& GetRequestId() const { return m_requestId; }
77 template<typename RequestIdT = Aws::String>
78 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet = true; m_requestId = std::forward<RequestIdT>(value); }
79 template<typename RequestIdT = Aws::String>
80 UpdateGeofenceCollectionResult& WithRequestId(RequestIdT&& value) { SetRequestId(std::forward<RequestIdT>(value)); return *this;}
82 private:
83
84 Aws::String m_collectionName;
85 bool m_collectionNameHasBeenSet = false;
86
87 Aws::String m_collectionArn;
88 bool m_collectionArnHasBeenSet = false;
89
90 Aws::Utils::DateTime m_updateTime{};
91 bool m_updateTimeHasBeenSet = false;
92
93 Aws::String m_requestId;
94 bool m_requestIdHasBeenSet = false;
95 };
96
97} // namespace Model
98} // namespace LocationService
99} // namespace Aws
UpdateGeofenceCollectionResult & WithCollectionName(CollectionNameT &&value)
AWS_LOCATIONSERVICE_API UpdateGeofenceCollectionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateGeofenceCollectionResult & WithCollectionArn(CollectionArnT &&value)
AWS_LOCATIONSERVICE_API UpdateGeofenceCollectionResult()=default
UpdateGeofenceCollectionResult & WithUpdateTime(UpdateTimeT &&value)
AWS_LOCATIONSERVICE_API UpdateGeofenceCollectionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateGeofenceCollectionResult & WithRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue