7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/model/EdgeOutputConfig.h>
10#include <aws/core/utils/DateTime.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template<
typename DeviceFleetNameT = Aws::String>
43 void SetDeviceFleetName(DeviceFleetNameT&& value) { m_deviceFleetNameHasBeenSet =
true; m_deviceFleetName = std::forward<DeviceFleetNameT>(value); }
44 template<
typename DeviceFleetNameT = Aws::String>
53 template<
typename DeviceFleetArnT = Aws::String>
54 void SetDeviceFleetArn(DeviceFleetArnT&& value) { m_deviceFleetArnHasBeenSet =
true; m_deviceFleetArn = std::forward<DeviceFleetArnT>(value); }
55 template<
typename DeviceFleetArnT = Aws::String>
64 template<
typename OutputConfigT = EdgeOutputConfig>
65 void SetOutputConfig(OutputConfigT&& value) { m_outputConfigHasBeenSet =
true; m_outputConfig = std::forward<OutputConfigT>(value); }
66 template<
typename OutputConfigT = EdgeOutputConfig>
75 template<
typename DescriptionT = Aws::String>
76 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
77 template<
typename DescriptionT = Aws::String>
86 template<
typename CreationTimeT = Aws::Utils::DateTime>
87 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
88 template<
typename CreationTimeT = Aws::Utils::DateTime>
97 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
98 void SetLastModifiedTime(LastModifiedTimeT&& value) { m_lastModifiedTimeHasBeenSet =
true; m_lastModifiedTime = std::forward<LastModifiedTimeT>(value); }
99 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
109 template<
typename RoleArnT = Aws::String>
110 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
111 template<
typename RoleArnT = Aws::String>
121 template<
typename IotRoleAliasT = Aws::String>
122 void SetIotRoleAlias(IotRoleAliasT&& value) { m_iotRoleAliasHasBeenSet =
true; m_iotRoleAlias = std::forward<IotRoleAliasT>(value); }
123 template<
typename IotRoleAliasT = Aws::String>
130 template<
typename RequestIdT = Aws::String>
131 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
132 template<
typename RequestIdT = Aws::String>
138 bool m_deviceFleetNameHasBeenSet =
false;
141 bool m_deviceFleetArnHasBeenSet =
false;
144 bool m_outputConfigHasBeenSet =
false;
147 bool m_descriptionHasBeenSet =
false;
150 bool m_creationTimeHasBeenSet =
false;
153 bool m_lastModifiedTimeHasBeenSet =
false;
156 bool m_roleArnHasBeenSet =
false;
159 bool m_iotRoleAliasHasBeenSet =
false;
162 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