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>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
36 template <
typename DeviceFleetNameT = Aws::String>
38 m_deviceFleetNameHasBeenSet =
true;
39 m_deviceFleetName = std::forward<DeviceFleetNameT>(value);
41 template <
typename DeviceFleetNameT = Aws::String>
53 template <
typename DeviceFleetArnT = Aws::String>
55 m_deviceFleetArnHasBeenSet =
true;
56 m_deviceFleetArn = std::forward<DeviceFleetArnT>(value);
58 template <
typename DeviceFleetArnT = Aws::String>
70 template <
typename OutputConfigT = EdgeOutputConfig>
72 m_outputConfigHasBeenSet =
true;
73 m_outputConfig = std::forward<OutputConfigT>(value);
75 template <
typename OutputConfigT = EdgeOutputConfig>
87 template <
typename DescriptionT = Aws::String>
89 m_descriptionHasBeenSet =
true;
90 m_description = std::forward<DescriptionT>(value);
92 template <
typename DescriptionT = Aws::String>
104 template <
typename CreationTimeT = Aws::Utils::DateTime>
106 m_creationTimeHasBeenSet =
true;
107 m_creationTime = std::forward<CreationTimeT>(value);
109 template <
typename CreationTimeT = Aws::Utils::DateTime>
121 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
123 m_lastModifiedTimeHasBeenSet =
true;
124 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
126 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
139 template <
typename RoleArnT = Aws::String>
141 m_roleArnHasBeenSet =
true;
142 m_roleArn = std::forward<RoleArnT>(value);
144 template <
typename RoleArnT = Aws::String>
157 template <
typename IotRoleAliasT = Aws::String>
159 m_iotRoleAliasHasBeenSet =
true;
160 m_iotRoleAlias = std::forward<IotRoleAliasT>(value);
162 template <
typename IotRoleAliasT = Aws::String>
172 template <
typename RequestIdT = Aws::String>
174 m_requestIdHasBeenSet =
true;
175 m_requestId = std::forward<RequestIdT>(value);
177 template <
typename RequestIdT = Aws::String>
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;
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)
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