7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/sagemaker/SageMakerRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
44 template<
typename EventIdT = Aws::String>
45 void SetEventId(EventIdT&& value) { m_eventIdHasBeenSet =
true; m_eventId = std::forward<EventIdT>(value); }
46 template<
typename EventIdT = Aws::String>
57 template<
typename ClusterNameT = Aws::String>
58 void SetClusterName(ClusterNameT&& value) { m_clusterNameHasBeenSet =
true; m_clusterName = std::forward<ClusterNameT>(value); }
59 template<
typename ClusterNameT = Aws::String>
65 bool m_eventIdHasBeenSet =
false;
68 bool m_clusterNameHasBeenSet =
false;
AWS_SAGEMAKER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetEventId(EventIdT &&value)
bool ClusterNameHasBeenSet() const
AWS_SAGEMAKER_API DescribeClusterEventRequest()=default
const Aws::String & GetEventId() const
bool EventIdHasBeenSet() const
void SetClusterName(ClusterNameT &&value)
virtual const char * GetServiceRequestName() const override
DescribeClusterEventRequest & WithClusterName(ClusterNameT &&value)
DescribeClusterEventRequest & WithEventId(EventIdT &&value)
const Aws::String & GetClusterName() const
AWS_SAGEMAKER_API Aws::String SerializePayload() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String