AWS SDK for C++

AWS SDK for C++ Version 1.11.719

Loading...
Searching...
No Matches
DescribeDeviceFleetResult.h
1
6#pragma once
7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/SageMaker_EXPORTS.h>
10#include <aws/sagemaker/model/EdgeOutputConfig.h>
11
12#include <utility>
13
14namespace Aws {
15template <typename RESULT_TYPE>
16class AmazonWebServiceResult;
17
18namespace Utils {
19namespace Json {
20class JsonValue;
21} // namespace Json
22} // namespace Utils
23namespace SageMaker {
24namespace Model {
26 public:
27 AWS_SAGEMAKER_API DescribeDeviceFleetResult() = default;
30
32
35 inline const Aws::String& GetDeviceFleetName() const { return m_deviceFleetName; }
36 template <typename DeviceFleetNameT = Aws::String>
37 void SetDeviceFleetName(DeviceFleetNameT&& value) {
38 m_deviceFleetNameHasBeenSet = true;
39 m_deviceFleetName = std::forward<DeviceFleetNameT>(value);
40 }
41 template <typename DeviceFleetNameT = Aws::String>
43 SetDeviceFleetName(std::forward<DeviceFleetNameT>(value));
44 return *this;
45 }
47
49
52 inline const Aws::String& GetDeviceFleetArn() const { return m_deviceFleetArn; }
53 template <typename DeviceFleetArnT = Aws::String>
54 void SetDeviceFleetArn(DeviceFleetArnT&& value) {
55 m_deviceFleetArnHasBeenSet = true;
56 m_deviceFleetArn = std::forward<DeviceFleetArnT>(value);
57 }
58 template <typename DeviceFleetArnT = Aws::String>
60 SetDeviceFleetArn(std::forward<DeviceFleetArnT>(value));
61 return *this;
62 }
64
66
69 inline const EdgeOutputConfig& GetOutputConfig() const { return m_outputConfig; }
70 template <typename OutputConfigT = EdgeOutputConfig>
71 void SetOutputConfig(OutputConfigT&& value) {
72 m_outputConfigHasBeenSet = true;
73 m_outputConfig = std::forward<OutputConfigT>(value);
74 }
75 template <typename OutputConfigT = EdgeOutputConfig>
77 SetOutputConfig(std::forward<OutputConfigT>(value));
78 return *this;
79 }
81
83
86 inline const Aws::String& GetDescription() const { return m_description; }
87 template <typename DescriptionT = Aws::String>
88 void SetDescription(DescriptionT&& value) {
89 m_descriptionHasBeenSet = true;
90 m_description = std::forward<DescriptionT>(value);
91 }
92 template <typename DescriptionT = Aws::String>
94 SetDescription(std::forward<DescriptionT>(value));
95 return *this;
96 }
98
100
103 inline const Aws::Utils::DateTime& GetCreationTime() const { return m_creationTime; }
104 template <typename CreationTimeT = Aws::Utils::DateTime>
105 void SetCreationTime(CreationTimeT&& value) {
106 m_creationTimeHasBeenSet = true;
107 m_creationTime = std::forward<CreationTimeT>(value);
108 }
109 template <typename CreationTimeT = Aws::Utils::DateTime>
111 SetCreationTime(std::forward<CreationTimeT>(value));
112 return *this;
113 }
115
117
120 inline const Aws::Utils::DateTime& GetLastModifiedTime() const { return m_lastModifiedTime; }
121 template <typename LastModifiedTimeT = Aws::Utils::DateTime>
122 void SetLastModifiedTime(LastModifiedTimeT&& value) {
123 m_lastModifiedTimeHasBeenSet = true;
124 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
125 }
126 template <typename LastModifiedTimeT = Aws::Utils::DateTime>
128 SetLastModifiedTime(std::forward<LastModifiedTimeT>(value));
129 return *this;
130 }
132
134
138 inline const Aws::String& GetRoleArn() const { return m_roleArn; }
139 template <typename RoleArnT = Aws::String>
140 void SetRoleArn(RoleArnT&& value) {
141 m_roleArnHasBeenSet = true;
142 m_roleArn = std::forward<RoleArnT>(value);
143 }
144 template <typename RoleArnT = Aws::String>
146 SetRoleArn(std::forward<RoleArnT>(value));
147 return *this;
148 }
150
152
156 inline const Aws::String& GetIotRoleAlias() const { return m_iotRoleAlias; }
157 template <typename IotRoleAliasT = Aws::String>
158 void SetIotRoleAlias(IotRoleAliasT&& value) {
159 m_iotRoleAliasHasBeenSet = true;
160 m_iotRoleAlias = std::forward<IotRoleAliasT>(value);
161 }
162 template <typename IotRoleAliasT = Aws::String>
164 SetIotRoleAlias(std::forward<IotRoleAliasT>(value));
165 return *this;
166 }
168
170
171 inline const Aws::String& GetRequestId() const { return m_requestId; }
172 template <typename RequestIdT = Aws::String>
173 void SetRequestId(RequestIdT&& value) {
174 m_requestIdHasBeenSet = true;
175 m_requestId = std::forward<RequestIdT>(value);
176 }
177 template <typename RequestIdT = Aws::String>
179 SetRequestId(std::forward<RequestIdT>(value));
180 return *this;
181 }
183 private:
184 Aws::String m_deviceFleetName;
185
186 Aws::String m_deviceFleetArn;
187
188 EdgeOutputConfig m_outputConfig;
189
190 Aws::String m_description;
191
192 Aws::Utils::DateTime m_creationTime{};
193
194 Aws::Utils::DateTime m_lastModifiedTime{};
195
196 Aws::String m_roleArn;
197
198 Aws::String m_iotRoleAlias;
199
200 Aws::String m_requestId;
201 bool m_deviceFleetNameHasBeenSet = false;
202 bool m_deviceFleetArnHasBeenSet = false;
203 bool m_outputConfigHasBeenSet = false;
204 bool m_descriptionHasBeenSet = false;
205 bool m_creationTimeHasBeenSet = false;
206 bool m_lastModifiedTimeHasBeenSet = false;
207 bool m_roleArnHasBeenSet = false;
208 bool m_iotRoleAliasHasBeenSet = false;
209 bool m_requestIdHasBeenSet = false;
210};
211
212} // namespace Model
213} // namespace SageMaker
214} // namespace Aws
const Aws::Utils::DateTime & GetLastModifiedTime() const
DescribeDeviceFleetResult & WithDescription(DescriptionT &&value)
DescribeDeviceFleetResult & WithRequestId(RequestIdT &&value)
DescribeDeviceFleetResult & WithRoleArn(RoleArnT &&value)
DescribeDeviceFleetResult & WithOutputConfig(OutputConfigT &&value)
AWS_SAGEMAKER_API DescribeDeviceFleetResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeDeviceFleetResult & WithDeviceFleetArn(DeviceFleetArnT &&value)
DescribeDeviceFleetResult & WithCreationTime(CreationTimeT &&value)
DescribeDeviceFleetResult & WithIotRoleAlias(IotRoleAliasT &&value)
DescribeDeviceFleetResult & WithDeviceFleetName(DeviceFleetNameT &&value)
AWS_SAGEMAKER_API DescribeDeviceFleetResult()=default
AWS_SAGEMAKER_API DescribeDeviceFleetResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeDeviceFleetResult & WithLastModifiedTime(LastModifiedTimeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue