7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/sagemaker/SageMakerRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/sagemaker/model/DeploymentConfiguration.h>
12#include <aws/sagemaker/model/UpdateClusterSoftwareInstanceGroupSpecification.h>
47 template<
typename ClusterNameT = Aws::String>
48 void SetClusterName(ClusterNameT&& value) { m_clusterNameHasBeenSet =
true; m_clusterName = std::forward<ClusterNameT>(value); }
49 template<
typename ClusterNameT = Aws::String>
59 template<
typename InstanceGroupsT = Aws::Vector<UpdateClusterSoftwareInstanceGroupSpecification>>
60 void SetInstanceGroups(InstanceGroupsT&& value) { m_instanceGroupsHasBeenSet =
true; m_instanceGroups = std::forward<InstanceGroupsT>(value); }
61 template<
typename InstanceGroupsT = Aws::Vector<UpdateClusterSoftwareInstanceGroupSpecification>>
63 template<
typename InstanceGroupsT = UpdateClusterSoftwareInstanceGroupSpecification>
73 template<
typename DeploymentConfigT = DeploymentConfiguration>
74 void SetDeploymentConfig(DeploymentConfigT&& value) { m_deploymentConfigHasBeenSet =
true; m_deploymentConfig = std::forward<DeploymentConfigT>(value); }
75 template<
typename DeploymentConfigT = DeploymentConfiguration>
81 bool m_clusterNameHasBeenSet =
false;
84 bool m_instanceGroupsHasBeenSet =
false;
87 bool m_deploymentConfigHasBeenSet =
false;
const Aws::Vector< UpdateClusterSoftwareInstanceGroupSpecification > & GetInstanceGroups() const
AWS_SAGEMAKER_API UpdateClusterSoftwareRequest()=default
void SetDeploymentConfig(DeploymentConfigT &&value)
bool ClusterNameHasBeenSet() const
UpdateClusterSoftwareRequest & AddInstanceGroups(InstanceGroupsT &&value)
AWS_SAGEMAKER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetInstanceGroups(InstanceGroupsT &&value)
AWS_SAGEMAKER_API Aws::String SerializePayload() const override
UpdateClusterSoftwareRequest & WithInstanceGroups(InstanceGroupsT &&value)
UpdateClusterSoftwareRequest & WithDeploymentConfig(DeploymentConfigT &&value)
const Aws::String & GetClusterName() const
const DeploymentConfiguration & GetDeploymentConfig() const
void SetClusterName(ClusterNameT &&value)
virtual const char * GetServiceRequestName() const override
bool InstanceGroupsHasBeenSet() const
UpdateClusterSoftwareRequest & WithClusterName(ClusterNameT &&value)
bool DeploymentConfigHasBeenSet() const
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