AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
GetSignalCatalogResult.h
1
6#pragma once
7#include <aws/iotfleetwise/IoTFleetWise_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iotfleetwise/model/NodeCounts.h>
10#include <aws/core/utils/DateTime.h>
11#include <utility>
12
13namespace Aws
14{
15template<typename RESULT_TYPE>
16class AmazonWebServiceResult;
17
18namespace Utils
19{
20namespace Json
21{
22 class JsonValue;
23} // namespace Json
24} // namespace Utils
25namespace IoTFleetWise
26{
27namespace Model
28{
30 {
31 public:
32 AWS_IOTFLEETWISE_API GetSignalCatalogResult() = default;
35
36
38
41 inline const Aws::String& GetName() const { return m_name; }
42 template<typename NameT = Aws::String>
43 void SetName(NameT&& value) { m_nameHasBeenSet = true; m_name = std::forward<NameT>(value); }
44 template<typename NameT = Aws::String>
45 GetSignalCatalogResult& WithName(NameT&& value) { SetName(std::forward<NameT>(value)); return *this;}
47
49
52 inline const Aws::String& GetArn() const { return m_arn; }
53 template<typename ArnT = Aws::String>
54 void SetArn(ArnT&& value) { m_arnHasBeenSet = true; m_arn = std::forward<ArnT>(value); }
55 template<typename ArnT = Aws::String>
56 GetSignalCatalogResult& WithArn(ArnT&& value) { SetArn(std::forward<ArnT>(value)); return *this;}
58
60
63 inline const Aws::String& GetDescription() const { return m_description; }
64 template<typename DescriptionT = Aws::String>
65 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet = true; m_description = std::forward<DescriptionT>(value); }
66 template<typename DescriptionT = Aws::String>
67 GetSignalCatalogResult& WithDescription(DescriptionT&& value) { SetDescription(std::forward<DescriptionT>(value)); return *this;}
69
71
74 inline const NodeCounts& GetNodeCounts() const { return m_nodeCounts; }
75 template<typename NodeCountsT = NodeCounts>
76 void SetNodeCounts(NodeCountsT&& value) { m_nodeCountsHasBeenSet = true; m_nodeCounts = std::forward<NodeCountsT>(value); }
77 template<typename NodeCountsT = NodeCounts>
78 GetSignalCatalogResult& WithNodeCounts(NodeCountsT&& value) { SetNodeCounts(std::forward<NodeCountsT>(value)); return *this;}
80
82
86 inline const Aws::Utils::DateTime& GetCreationTime() const { return m_creationTime; }
87 template<typename CreationTimeT = Aws::Utils::DateTime>
88 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet = true; m_creationTime = std::forward<CreationTimeT>(value); }
89 template<typename CreationTimeT = Aws::Utils::DateTime>
90 GetSignalCatalogResult& WithCreationTime(CreationTimeT&& value) { SetCreationTime(std::forward<CreationTimeT>(value)); return *this;}
92
94
97 inline const Aws::Utils::DateTime& GetLastModificationTime() const { return m_lastModificationTime; }
98 template<typename LastModificationTimeT = Aws::Utils::DateTime>
99 void SetLastModificationTime(LastModificationTimeT&& value) { m_lastModificationTimeHasBeenSet = true; m_lastModificationTime = std::forward<LastModificationTimeT>(value); }
100 template<typename LastModificationTimeT = Aws::Utils::DateTime>
101 GetSignalCatalogResult& WithLastModificationTime(LastModificationTimeT&& value) { SetLastModificationTime(std::forward<LastModificationTimeT>(value)); return *this;}
103
105
106 inline const Aws::String& GetRequestId() const { return m_requestId; }
107 template<typename RequestIdT = Aws::String>
108 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet = true; m_requestId = std::forward<RequestIdT>(value); }
109 template<typename RequestIdT = Aws::String>
110 GetSignalCatalogResult& WithRequestId(RequestIdT&& value) { SetRequestId(std::forward<RequestIdT>(value)); return *this;}
112 private:
113
114 Aws::String m_name;
115 bool m_nameHasBeenSet = false;
116
117 Aws::String m_arn;
118 bool m_arnHasBeenSet = false;
119
120 Aws::String m_description;
121 bool m_descriptionHasBeenSet = false;
122
123 NodeCounts m_nodeCounts;
124 bool m_nodeCountsHasBeenSet = false;
125
126 Aws::Utils::DateTime m_creationTime{};
127 bool m_creationTimeHasBeenSet = false;
128
129 Aws::Utils::DateTime m_lastModificationTime{};
130 bool m_lastModificationTimeHasBeenSet = false;
131
132 Aws::String m_requestId;
133 bool m_requestIdHasBeenSet = false;
134 };
135
136} // namespace Model
137} // namespace IoTFleetWise
138} // namespace Aws
const Aws::Utils::DateTime & GetCreationTime() const
GetSignalCatalogResult & WithCreationTime(CreationTimeT &&value)
AWS_IOTFLEETWISE_API GetSignalCatalogResult()=default
const Aws::Utils::DateTime & GetLastModificationTime() const
AWS_IOTFLEETWISE_API GetSignalCatalogResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetSignalCatalogResult & WithLastModificationTime(LastModificationTimeT &&value)
GetSignalCatalogResult & WithDescription(DescriptionT &&value)
GetSignalCatalogResult & WithNodeCounts(NodeCountsT &&value)
AWS_IOTFLEETWISE_API GetSignalCatalogResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetSignalCatalogResult & WithRequestId(RequestIdT &&value)
void SetLastModificationTime(LastModificationTimeT &&value)
GetSignalCatalogResult & WithArn(ArnT &&value)
GetSignalCatalogResult & WithName(NameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue