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/AddClusterNodeSpecification.h>
13#include <aws/core/utils/UUID.h>
46 template<
typename ClusterNameT = Aws::String>
47 void SetClusterName(ClusterNameT&& value) { m_clusterNameHasBeenSet =
true; m_clusterName = std::forward<ClusterNameT>(value); }
48 template<
typename ClusterNameT = Aws::String>
62 template<
typename ClientTokenT = Aws::String>
63 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
64 template<
typename ClientTokenT = Aws::String>
76 template<
typename NodesToAddT = Aws::Vector<AddClusterNodeSpecification>>
77 void SetNodesToAdd(NodesToAddT&& value) { m_nodesToAddHasBeenSet =
true; m_nodesToAdd = std::forward<NodesToAddT>(value); }
78 template<
typename NodesToAddT = Aws::Vector<AddClusterNodeSpecification>>
80 template<
typename NodesToAddT = AddClusterNodeSpecification>
86 bool m_clusterNameHasBeenSet =
false;
89 bool m_clientTokenHasBeenSet =
true;
92 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