7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
48 template<
typename EdgeDeploymentPlanArnT = Aws::String>
49 void SetEdgeDeploymentPlanArn(EdgeDeploymentPlanArnT&& value) { m_edgeDeploymentPlanArnHasBeenSet =
true; m_edgeDeploymentPlanArn = std::forward<EdgeDeploymentPlanArnT>(value); }
50 template<
typename EdgeDeploymentPlanArnT = Aws::String>
60 template<
typename EdgeDeploymentPlanNameT = Aws::String>
61 void SetEdgeDeploymentPlanName(EdgeDeploymentPlanNameT&& value) { m_edgeDeploymentPlanNameHasBeenSet =
true; m_edgeDeploymentPlanName = std::forward<EdgeDeploymentPlanNameT>(value); }
62 template<
typename EdgeDeploymentPlanNameT = Aws::String>
72 template<
typename DeviceFleetNameT = Aws::String>
73 void SetDeviceFleetName(DeviceFleetNameT&& value) { m_deviceFleetNameHasBeenSet =
true; m_deviceFleetName = std::forward<DeviceFleetNameT>(value); }
74 template<
typename DeviceFleetNameT = Aws::String>
114 template<
typename CreationTimeT = Aws::Utils::DateTime>
115 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
116 template<
typename CreationTimeT = Aws::Utils::DateTime>
126 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
127 void SetLastModifiedTime(LastModifiedTimeT&& value) { m_lastModifiedTimeHasBeenSet =
true; m_lastModifiedTime = std::forward<LastModifiedTimeT>(value); }
128 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
134 bool m_edgeDeploymentPlanArnHasBeenSet =
false;
137 bool m_edgeDeploymentPlanNameHasBeenSet =
false;
140 bool m_deviceFleetNameHasBeenSet =
false;
142 int m_edgeDeploymentSuccess{0};
143 bool m_edgeDeploymentSuccessHasBeenSet =
false;
145 int m_edgeDeploymentPending{0};
146 bool m_edgeDeploymentPendingHasBeenSet =
false;
148 int m_edgeDeploymentFailed{0};
149 bool m_edgeDeploymentFailedHasBeenSet =
false;
152 bool m_creationTimeHasBeenSet =
false;
155 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