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>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
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>
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>
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>
75 template<
typename NodeCountsT = NodeCounts>
76 void SetNodeCounts(NodeCountsT&& value) { m_nodeCountsHasBeenSet =
true; m_nodeCounts = std::forward<NodeCountsT>(value); }
77 template<
typename NodeCountsT = NodeCounts>
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>
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>
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>
115 bool m_nameHasBeenSet =
false;
118 bool m_arnHasBeenSet =
false;
121 bool m_descriptionHasBeenSet =
false;
124 bool m_nodeCountsHasBeenSet =
false;
127 bool m_creationTimeHasBeenSet =
false;
130 bool m_lastModificationTimeHasBeenSet =
false;
133 bool m_requestIdHasBeenSet =
false;
const Aws::Utils::DateTime & GetCreationTime() const
void SetName(NameT &&value)
void SetDescription(DescriptionT &&value)
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)
const Aws::String & GetRequestId() const
GetSignalCatalogResult & WithLastModificationTime(LastModificationTimeT &&value)
const Aws::String & GetArn() const
const Aws::String & GetDescription() const
GetSignalCatalogResult & WithDescription(DescriptionT &&value)
GetSignalCatalogResult & WithNodeCounts(NodeCountsT &&value)
const NodeCounts & GetNodeCounts() const
AWS_IOTFLEETWISE_API GetSignalCatalogResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetSignalCatalogResult & WithRequestId(RequestIdT &&value)
void SetArn(ArnT &&value)
void SetRequestId(RequestIdT &&value)
void SetNodeCounts(NodeCountsT &&value)
void SetLastModificationTime(LastModificationTimeT &&value)
void SetCreationTime(CreationTimeT &&value)
const Aws::String & GetName() const
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