7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/sagemaker/SageMaker_EXPORTS.h>
9#include <aws/sagemaker/model/ClusterEventDetail.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
38 template <
typename EventDetailsT = ClusterEventDetail>
40 m_eventDetailsHasBeenSet =
true;
41 m_eventDetails = std::forward<EventDetailsT>(value);
43 template <
typename EventDetailsT = ClusterEventDetail>
53 template <
typename RequestIdT = Aws::String>
55 m_requestIdHasBeenSet =
true;
56 m_requestId = std::forward<RequestIdT>(value);
58 template <
typename RequestIdT = Aws::String>
68 bool m_eventDetailsHasBeenSet =
false;
69 bool m_requestIdHasBeenSet =
false;
DescribeClusterEventResult & WithRequestId(RequestIdT &&value)
AWS_SAGEMAKER_API DescribeClusterEventResult()=default
DescribeClusterEventResult & WithEventDetails(EventDetailsT &&value)
const Aws::String & GetRequestId() const
AWS_SAGEMAKER_API DescribeClusterEventResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const ClusterEventDetail & GetEventDetails() const
void SetRequestId(RequestIdT &&value)
void SetEventDetails(EventDetailsT &&value)
AWS_SAGEMAKER_API DescribeClusterEventResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue