7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/sagemaker/SageMakerRequest.h>
11#include <aws/sagemaker/SageMaker_EXPORTS.h>
12#include <aws/sagemaker/model/AddClusterNodeSpecification.h>
42 template <
typename ClusterNameT = Aws::String>
44 m_clusterNameHasBeenSet =
true;
45 m_clusterName = std::forward<ClusterNameT>(value);
47 template <
typename ClusterNameT = Aws::String>
64 template <
typename ClientTokenT = Aws::String>
66 m_clientTokenHasBeenSet =
true;
67 m_clientToken = std::forward<ClientTokenT>(value);
69 template <
typename ClientTokenT = Aws::String>
84 template <
typename NodesToAddT = Aws::Vector<AddClusterNodeSpecification>>
86 m_nodesToAddHasBeenSet =
true;
87 m_nodesToAdd = std::forward<NodesToAddT>(value);
89 template <
typename NodesToAddT = Aws::Vector<AddClusterNodeSpecification>>
94 template <
typename NodesToAddT = AddClusterNodeSpecification>
96 m_nodesToAddHasBeenSet =
true;
97 m_nodesToAdd.emplace_back(std::forward<NodesToAddT>(value));
107 bool m_clusterNameHasBeenSet =
false;
108 bool m_clientTokenHasBeenSet =
true;
109 bool m_nodesToAddHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
bool NodesToAddHasBeenSet() const
bool ClusterNameHasBeenSet() const
const Aws::Vector< AddClusterNodeSpecification > & GetNodesToAdd() const
const Aws::String & GetClusterName() const
const Aws::String & GetClientToken() const
AWS_SAGEMAKER_API Aws::String SerializePayload() const override
BatchAddClusterNodesRequest & AddNodesToAdd(NodesToAddT &&value)
bool ClientTokenHasBeenSet() const
AWS_SAGEMAKER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetNodesToAdd(NodesToAddT &&value)
BatchAddClusterNodesRequest & WithClusterName(ClusterNameT &&value)
AWS_SAGEMAKER_API BatchAddClusterNodesRequest()=default
void SetClientToken(ClientTokenT &&value)
void SetClusterName(ClusterNameT &&value)
BatchAddClusterNodesRequest & WithNodesToAdd(NodesToAddT &&value)
BatchAddClusterNodesRequest & WithClientToken(ClientTokenT &&value)
static Aws::Utils::UUID PseudoRandomUUID()
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