7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/SageMaker_EXPORTS.h>
42 template <
typename EdgeDeploymentPlanArnT = Aws::String>
44 m_edgeDeploymentPlanArnHasBeenSet =
true;
45 m_edgeDeploymentPlanArn = std::forward<EdgeDeploymentPlanArnT>(value);
47 template <
typename EdgeDeploymentPlanArnT = Aws::String>
60 template <
typename EdgeDeploymentPlanNameT = Aws::String>
62 m_edgeDeploymentPlanNameHasBeenSet =
true;
63 m_edgeDeploymentPlanName = std::forward<EdgeDeploymentPlanNameT>(value);
65 template <
typename EdgeDeploymentPlanNameT = Aws::String>
78 template <
typename DeviceFleetNameT = Aws::String>
80 m_deviceFleetNameHasBeenSet =
true;
81 m_deviceFleetName = std::forward<DeviceFleetNameT>(value);
83 template <
typename DeviceFleetNameT = Aws::String>
97 m_edgeDeploymentSuccessHasBeenSet =
true;
98 m_edgeDeploymentSuccess = value;
113 m_edgeDeploymentPendingHasBeenSet =
true;
114 m_edgeDeploymentPending = value;
129 m_edgeDeploymentFailedHasBeenSet =
true;
130 m_edgeDeploymentFailed = value;
144 template <
typename CreationTimeT = Aws::Utils::DateTime>
146 m_creationTimeHasBeenSet =
true;
147 m_creationTime = std::forward<CreationTimeT>(value);
149 template <
typename CreationTimeT = Aws::Utils::DateTime>
162 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
164 m_lastModifiedTimeHasBeenSet =
true;
165 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
167 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
180 int m_edgeDeploymentSuccess{0};
182 int m_edgeDeploymentPending{0};
184 int m_edgeDeploymentFailed{0};
189 bool m_edgeDeploymentPlanArnHasBeenSet =
false;
190 bool m_edgeDeploymentPlanNameHasBeenSet =
false;
191 bool m_deviceFleetNameHasBeenSet =
false;
192 bool m_edgeDeploymentSuccessHasBeenSet =
false;
193 bool m_edgeDeploymentPendingHasBeenSet =
false;
194 bool m_edgeDeploymentFailedHasBeenSet =
false;
195 bool m_creationTimeHasBeenSet =
false;
196 bool m_lastModifiedTimeHasBeenSet =
false;
AWS_SAGEMAKER_API EdgeDeploymentPlanSummary(Aws::Utils::Json::JsonView jsonValue)
int GetEdgeDeploymentSuccess() const
AWS_SAGEMAKER_API EdgeDeploymentPlanSummary()=default
bool CreationTimeHasBeenSet() const
void SetLastModifiedTime(LastModifiedTimeT &&value)
void SetEdgeDeploymentSuccess(int value)
void SetEdgeDeploymentFailed(int value)
void SetEdgeDeploymentPending(int value)
AWS_SAGEMAKER_API EdgeDeploymentPlanSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool EdgeDeploymentSuccessHasBeenSet() const
bool EdgeDeploymentPendingHasBeenSet() const
bool DeviceFleetNameHasBeenSet() const
EdgeDeploymentPlanSummary & WithEdgeDeploymentSuccess(int value)
int GetEdgeDeploymentPending() const
const Aws::String & GetEdgeDeploymentPlanArn() const
bool EdgeDeploymentPlanNameHasBeenSet() const
const Aws::Utils::DateTime & GetLastModifiedTime() const
const Aws::Utils::DateTime & GetCreationTime() const
void SetEdgeDeploymentPlanName(EdgeDeploymentPlanNameT &&value)
bool EdgeDeploymentFailedHasBeenSet() const
EdgeDeploymentPlanSummary & WithDeviceFleetName(DeviceFleetNameT &&value)
bool LastModifiedTimeHasBeenSet() const
EdgeDeploymentPlanSummary & WithEdgeDeploymentPlanName(EdgeDeploymentPlanNameT &&value)
const Aws::String & GetDeviceFleetName() const
EdgeDeploymentPlanSummary & WithCreationTime(CreationTimeT &&value)
EdgeDeploymentPlanSummary & WithEdgeDeploymentPending(int value)
EdgeDeploymentPlanSummary & WithEdgeDeploymentFailed(int value)
void SetDeviceFleetName(DeviceFleetNameT &&value)
EdgeDeploymentPlanSummary & WithLastModifiedTime(LastModifiedTimeT &&value)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
EdgeDeploymentPlanSummary & WithEdgeDeploymentPlanArn(EdgeDeploymentPlanArnT &&value)
const Aws::String & GetEdgeDeploymentPlanName() const
bool EdgeDeploymentPlanArnHasBeenSet() const
void SetCreationTime(CreationTimeT &&value)
int GetEdgeDeploymentFailed() const
void SetEdgeDeploymentPlanArn(EdgeDeploymentPlanArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue