7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/sagemaker/SageMakerRequest.h>
9#include <aws/sagemaker/SageMaker_EXPORTS.h>
40 template <
typename EventIdT = Aws::String>
42 m_eventIdHasBeenSet =
true;
43 m_eventId = std::forward<EventIdT>(value);
45 template <
typename EventIdT = Aws::String>
59 template <
typename ClusterNameT = Aws::String>
61 m_clusterNameHasBeenSet =
true;
62 m_clusterName = std::forward<ClusterNameT>(value);
64 template <
typename ClusterNameT = Aws::String>
74 bool m_eventIdHasBeenSet =
false;
75 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