7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/sagemaker/SageMaker_EXPORTS.h>
11#include <aws/sagemaker/model/EdgeOutputConfig.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
37 template <
typename DeviceFleetNameT = Aws::String>
39 m_deviceFleetNameHasBeenSet =
true;
40 m_deviceFleetName = std::forward<DeviceFleetNameT>(value);
42 template <
typename DeviceFleetNameT = Aws::String>
54 template <
typename DeviceFleetArnT = Aws::String>
56 m_deviceFleetArnHasBeenSet =
true;
57 m_deviceFleetArn = std::forward<DeviceFleetArnT>(value);
59 template <
typename DeviceFleetArnT = Aws::String>
71 template <
typename OutputConfigT = EdgeOutputConfig>
73 m_outputConfigHasBeenSet =
true;
74 m_outputConfig = std::forward<OutputConfigT>(value);
76 template <
typename OutputConfigT = EdgeOutputConfig>
88 template <
typename DescriptionT = Aws::String>
90 m_descriptionHasBeenSet =
true;
91 m_description = std::forward<DescriptionT>(value);
93 template <
typename DescriptionT = Aws::String>
105 template <
typename CreationTimeT = Aws::Utils::DateTime>
107 m_creationTimeHasBeenSet =
true;
108 m_creationTime = std::forward<CreationTimeT>(value);
110 template <
typename CreationTimeT = Aws::Utils::DateTime>
122 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
124 m_lastModifiedTimeHasBeenSet =
true;
125 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
127 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
140 template <
typename RoleArnT = Aws::String>
142 m_roleArnHasBeenSet =
true;
143 m_roleArn = std::forward<RoleArnT>(value);
145 template <
typename RoleArnT = Aws::String>
158 template <
typename IotRoleAliasT = Aws::String>
160 m_iotRoleAliasHasBeenSet =
true;
161 m_iotRoleAlias = std::forward<IotRoleAliasT>(value);
163 template <
typename IotRoleAliasT = Aws::String>
173 template <
typename RequestIdT = Aws::String>
175 m_requestIdHasBeenSet =
true;
176 m_requestId = std::forward<RequestIdT>(value);
178 template <
typename RequestIdT = Aws::String>
205 bool m_deviceFleetNameHasBeenSet =
false;
206 bool m_deviceFleetArnHasBeenSet =
false;
207 bool m_outputConfigHasBeenSet =
false;
208 bool m_descriptionHasBeenSet =
false;
209 bool m_creationTimeHasBeenSet =
false;
210 bool m_lastModifiedTimeHasBeenSet =
false;
211 bool m_roleArnHasBeenSet =
false;
212 bool m_iotRoleAliasHasBeenSet =
false;
213 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetDeviceFleetArn() const
const Aws::Utils::DateTime & GetLastModifiedTime() const
void SetOutputConfig(OutputConfigT &&value)
void SetCreationTime(CreationTimeT &&value)
DescribeDeviceFleetResult & WithDescription(DescriptionT &&value)
void SetDeviceFleetName(DeviceFleetNameT &&value)
DescribeDeviceFleetResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRoleArn() const
void SetIotRoleAlias(IotRoleAliasT &&value)
void SetLastModifiedTime(LastModifiedTimeT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
DescribeDeviceFleetResult & WithRoleArn(RoleArnT &&value)
DescribeDeviceFleetResult & WithOutputConfig(OutputConfigT &&value)
AWS_SAGEMAKER_API DescribeDeviceFleetResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRoleArn(RoleArnT &&value)
const Aws::Utils::DateTime & GetCreationTime() const
const EdgeOutputConfig & GetOutputConfig() const
const Aws::String & GetDeviceFleetName() const
DescribeDeviceFleetResult & WithDeviceFleetArn(DeviceFleetArnT &&value)
void SetDescription(DescriptionT &&value)
const Aws::String & GetRequestId() const
DescribeDeviceFleetResult & WithCreationTime(CreationTimeT &&value)
DescribeDeviceFleetResult & WithIotRoleAlias(IotRoleAliasT &&value)
DescribeDeviceFleetResult & WithDeviceFleetName(DeviceFleetNameT &&value)
const Aws::String & GetDescription() const
AWS_SAGEMAKER_API DescribeDeviceFleetResult()=default
void SetRequestId(RequestIdT &&value)
void SetDeviceFleetArn(DeviceFleetArnT &&value)
AWS_SAGEMAKER_API DescribeDeviceFleetResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeDeviceFleetResult & WithLastModifiedTime(LastModifiedTimeT &&value)
const Aws::String & GetIotRoleAlias() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue