AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
GetModelManifestResult.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/ManifestStatus.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 GetModelManifestResult();
35
36
38
41 inline const Aws::String& GetName() const{ return m_name; }
42 inline void SetName(const Aws::String& value) { m_name = value; }
43 inline void SetName(Aws::String&& value) { m_name = std::move(value); }
44 inline void SetName(const char* value) { m_name.assign(value); }
45 inline GetModelManifestResult& WithName(const Aws::String& value) { SetName(value); return *this;}
46 inline GetModelManifestResult& WithName(Aws::String&& value) { SetName(std::move(value)); return *this;}
47 inline GetModelManifestResult& WithName(const char* value) { SetName(value); return *this;}
49
51
54 inline const Aws::String& GetArn() const{ return m_arn; }
55 inline void SetArn(const Aws::String& value) { m_arn = value; }
56 inline void SetArn(Aws::String&& value) { m_arn = std::move(value); }
57 inline void SetArn(const char* value) { m_arn.assign(value); }
58 inline GetModelManifestResult& WithArn(const Aws::String& value) { SetArn(value); return *this;}
59 inline GetModelManifestResult& WithArn(Aws::String&& value) { SetArn(std::move(value)); return *this;}
60 inline GetModelManifestResult& WithArn(const char* value) { SetArn(value); return *this;}
62
64
67 inline const Aws::String& GetDescription() const{ return m_description; }
68 inline void SetDescription(const Aws::String& value) { m_description = value; }
69 inline void SetDescription(Aws::String&& value) { m_description = std::move(value); }
70 inline void SetDescription(const char* value) { m_description.assign(value); }
71 inline GetModelManifestResult& WithDescription(const Aws::String& value) { SetDescription(value); return *this;}
72 inline GetModelManifestResult& WithDescription(Aws::String&& value) { SetDescription(std::move(value)); return *this;}
73 inline GetModelManifestResult& WithDescription(const char* value) { SetDescription(value); return *this;}
75
77
80 inline const Aws::String& GetSignalCatalogArn() const{ return m_signalCatalogArn; }
81 inline void SetSignalCatalogArn(const Aws::String& value) { m_signalCatalogArn = value; }
82 inline void SetSignalCatalogArn(Aws::String&& value) { m_signalCatalogArn = std::move(value); }
83 inline void SetSignalCatalogArn(const char* value) { m_signalCatalogArn.assign(value); }
84 inline GetModelManifestResult& WithSignalCatalogArn(const Aws::String& value) { SetSignalCatalogArn(value); return *this;}
85 inline GetModelManifestResult& WithSignalCatalogArn(Aws::String&& value) { SetSignalCatalogArn(std::move(value)); return *this;}
86 inline GetModelManifestResult& WithSignalCatalogArn(const char* value) { SetSignalCatalogArn(value); return *this;}
88
90
95 inline const ManifestStatus& GetStatus() const{ return m_status; }
96 inline void SetStatus(const ManifestStatus& value) { m_status = value; }
97 inline void SetStatus(ManifestStatus&& value) { m_status = std::move(value); }
98 inline GetModelManifestResult& WithStatus(const ManifestStatus& value) { SetStatus(value); return *this;}
99 inline GetModelManifestResult& WithStatus(ManifestStatus&& value) { SetStatus(std::move(value)); return *this;}
101
103
107 inline const Aws::Utils::DateTime& GetCreationTime() const{ return m_creationTime; }
108 inline void SetCreationTime(const Aws::Utils::DateTime& value) { m_creationTime = value; }
109 inline void SetCreationTime(Aws::Utils::DateTime&& value) { m_creationTime = std::move(value); }
111 inline GetModelManifestResult& WithCreationTime(Aws::Utils::DateTime&& value) { SetCreationTime(std::move(value)); return *this;}
113
115
118 inline const Aws::Utils::DateTime& GetLastModificationTime() const{ return m_lastModificationTime; }
119 inline void SetLastModificationTime(const Aws::Utils::DateTime& value) { m_lastModificationTime = value; }
120 inline void SetLastModificationTime(Aws::Utils::DateTime&& value) { m_lastModificationTime = std::move(value); }
124
126
127 inline const Aws::String& GetRequestId() const{ return m_requestId; }
128 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
129 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
130 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
131 inline GetModelManifestResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
132 inline GetModelManifestResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
133 inline GetModelManifestResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
135 private:
136
137 Aws::String m_name;
138
139 Aws::String m_arn;
140
141 Aws::String m_description;
142
143 Aws::String m_signalCatalogArn;
144
145 ManifestStatus m_status;
146
147 Aws::Utils::DateTime m_creationTime;
148
149 Aws::Utils::DateTime m_lastModificationTime;
150
151 Aws::String m_requestId;
152 };
153
154} // namespace Model
155} // namespace IoTFleetWise
156} // namespace Aws
GetModelManifestResult & WithDescription(const Aws::String &value)
GetModelManifestResult & WithStatus(ManifestStatus &&value)
GetModelManifestResult & WithRequestId(Aws::String &&value)
GetModelManifestResult & WithName(const char *value)
GetModelManifestResult & WithCreationTime(Aws::Utils::DateTime &&value)
GetModelManifestResult & WithRequestId(const Aws::String &value)
GetModelManifestResult & WithLastModificationTime(Aws::Utils::DateTime &&value)
GetModelManifestResult & WithDescription(const char *value)
GetModelManifestResult & WithDescription(Aws::String &&value)
const Aws::Utils::DateTime & GetLastModificationTime() const
void SetLastModificationTime(const Aws::Utils::DateTime &value)
GetModelManifestResult & WithRequestId(const char *value)
GetModelManifestResult & WithArn(const Aws::String &value)
GetModelManifestResult & WithName(const Aws::String &value)
GetModelManifestResult & WithCreationTime(const Aws::Utils::DateTime &value)
GetModelManifestResult & WithSignalCatalogArn(const char *value)
AWS_IOTFLEETWISE_API GetModelManifestResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetModelManifestResult & WithName(Aws::String &&value)
GetModelManifestResult & WithSignalCatalogArn(const Aws::String &value)
GetModelManifestResult & WithArn(Aws::String &&value)
void SetLastModificationTime(Aws::Utils::DateTime &&value)
const Aws::Utils::DateTime & GetCreationTime() const
GetModelManifestResult & WithLastModificationTime(const Aws::Utils::DateTime &value)
AWS_IOTFLEETWISE_API GetModelManifestResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetModelManifestResult & WithArn(const char *value)
GetModelManifestResult & WithStatus(const ManifestStatus &value)
GetModelManifestResult & WithSignalCatalogArn(Aws::String &&value)
void SetCreationTime(const Aws::Utils::DateTime &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue