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/ClusterEventResourceType.h>
42 template <
typename EventIdT = Aws::String>
44 m_eventIdHasBeenSet =
true;
45 m_eventId = std::forward<EventIdT>(value);
47 template <
typename EventIdT = Aws::String>
61 template <
typename ClusterArnT = Aws::String>
63 m_clusterArnHasBeenSet =
true;
64 m_clusterArn = std::forward<ClusterArnT>(value);
66 template <
typename ClusterArnT = Aws::String>
79 template <
typename ClusterNameT = Aws::String>
81 m_clusterNameHasBeenSet =
true;
82 m_clusterName = std::forward<ClusterNameT>(value);
84 template <
typename ClusterNameT = Aws::String>
97 template <
typename InstanceGroupNameT = Aws::String>
99 m_instanceGroupNameHasBeenSet =
true;
100 m_instanceGroupName = std::forward<InstanceGroupNameT>(value);
102 template <
typename InstanceGroupNameT = Aws::String>
116 template <
typename InstanceIdT = Aws::String>
118 m_instanceIdHasBeenSet =
true;
119 m_instanceId = std::forward<InstanceIdT>(value);
121 template <
typename InstanceIdT = Aws::String>
136 m_resourceTypeHasBeenSet =
true;
137 m_resourceType = value;
151 template <
typename EventTimeT = Aws::Utils::DateTime>
153 m_eventTimeHasBeenSet =
true;
154 m_eventTime = std::forward<EventTimeT>(value);
156 template <
typename EventTimeT = Aws::Utils::DateTime>
169 template <
typename DescriptionT = Aws::String>
171 m_descriptionHasBeenSet =
true;
172 m_description = std::forward<DescriptionT>(value);
174 template <
typename DescriptionT = Aws::String>
196 bool m_eventIdHasBeenSet =
false;
197 bool m_clusterArnHasBeenSet =
false;
198 bool m_clusterNameHasBeenSet =
false;
199 bool m_instanceGroupNameHasBeenSet =
false;
200 bool m_instanceIdHasBeenSet =
false;
201 bool m_resourceTypeHasBeenSet =
false;
202 bool m_eventTimeHasBeenSet =
false;
203 bool m_descriptionHasBeenSet =
false;
void SetDescription(DescriptionT &&value)
ClusterEventSummary & WithInstanceId(InstanceIdT &&value)
const Aws::String & GetEventId() const
bool ClusterArnHasBeenSet() const
ClusterEventSummary & WithResourceType(ClusterEventResourceType value)
void SetClusterName(ClusterNameT &&value)
ClusterEventSummary & WithClusterArn(ClusterArnT &&value)
bool DescriptionHasBeenSet() const
AWS_SAGEMAKER_API ClusterEventSummary(Aws::Utils::Json::JsonView jsonValue)
bool ResourceTypeHasBeenSet() const
const Aws::Utils::DateTime & GetEventTime() const
bool InstanceIdHasBeenSet() const
void SetEventTime(EventTimeT &&value)
const Aws::String & GetClusterArn() const
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
ClusterEventSummary & WithClusterName(ClusterNameT &&value)
void SetClusterArn(ClusterArnT &&value)
bool EventIdHasBeenSet() const
void SetInstanceGroupName(InstanceGroupNameT &&value)
ClusterEventSummary & WithInstanceGroupName(InstanceGroupNameT &&value)
void SetInstanceId(InstanceIdT &&value)
void SetResourceType(ClusterEventResourceType value)
bool ClusterNameHasBeenSet() const
ClusterEventResourceType GetResourceType() const
const Aws::String & GetClusterName() const
ClusterEventSummary & WithDescription(DescriptionT &&value)
const Aws::String & GetDescription() const
ClusterEventSummary & WithEventId(EventIdT &&value)
bool InstanceGroupNameHasBeenSet() const
AWS_SAGEMAKER_API ClusterEventSummary()=default
const Aws::String & GetInstanceId() const
void SetEventId(EventIdT &&value)
ClusterEventSummary & WithEventTime(EventTimeT &&value)
AWS_SAGEMAKER_API ClusterEventSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetInstanceGroupName() const
bool EventTimeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue