7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/sagemaker/SageMakerRequest.h>
10#include <aws/sagemaker/SageMaker_EXPORTS.h>
11#include <aws/sagemaker/model/InstanceGroupHealthCheckConfiguration.h>
42 template <
typename ClusterNameT = Aws::String>
44 m_clusterNameHasBeenSet =
true;
45 m_clusterName = std::forward<ClusterNameT>(value);
47 template <
typename ClusterNameT = Aws::String>
60 return m_deepHealthCheckConfigurations;
63 template <
typename DeepHealthCheckConfigurationsT = Aws::Vector<InstanceGroupHealthCheckConfiguration>>
65 m_deepHealthCheckConfigurationsHasBeenSet =
true;
66 m_deepHealthCheckConfigurations = std::forward<DeepHealthCheckConfigurationsT>(value);
68 template <
typename DeepHealthCheckConfigurationsT = Aws::Vector<InstanceGroupHealthCheckConfiguration>>
73 template <
typename DeepHealthCheckConfigurationsT = InstanceGroupHealthCheckConfiguration>
75 m_deepHealthCheckConfigurationsHasBeenSet =
true;
76 m_deepHealthCheckConfigurations.emplace_back(std::forward<DeepHealthCheckConfigurationsT>(value));
84 bool m_clusterNameHasBeenSet =
false;
85 bool m_deepHealthCheckConfigurationsHasBeenSet =
false;
bool ClusterNameHasBeenSet() const
AWS_SAGEMAKER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool DeepHealthCheckConfigurationsHasBeenSet() const
StartClusterHealthCheckRequest & AddDeepHealthCheckConfigurations(DeepHealthCheckConfigurationsT &&value)
StartClusterHealthCheckRequest & WithClusterName(ClusterNameT &&value)
AWS_SAGEMAKER_API StartClusterHealthCheckRequest()=default
const Aws::Vector< InstanceGroupHealthCheckConfiguration > & GetDeepHealthCheckConfigurations() const
virtual const char * GetServiceRequestName() const override
void SetDeepHealthCheckConfigurations(DeepHealthCheckConfigurationsT &&value)
void SetClusterName(ClusterNameT &&value)
AWS_SAGEMAKER_API Aws::String SerializePayload() const override
const Aws::String & GetClusterName() const
StartClusterHealthCheckRequest & WithDeepHealthCheckConfigurations(DeepHealthCheckConfigurationsT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector