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>
41 template <
typename ClusterNameT = Aws::String>
43 m_clusterNameHasBeenSet =
true;
44 m_clusterName = std::forward<ClusterNameT>(value);
46 template <
typename ClusterNameT = Aws::String>
64 template <
typename NodeIdsT = Aws::Vector<Aws::String>>
66 m_nodeIdsHasBeenSet =
true;
67 m_nodeIds = std::forward<NodeIdsT>(value);
69 template <
typename NodeIdsT = Aws::Vector<Aws::String>>
74 template <
typename NodeIdsT = Aws::String>
76 m_nodeIdsHasBeenSet =
true;
77 m_nodeIds.emplace_back(std::forward<NodeIdsT>(value));
91 template <
typename NodeLogicalIdsT = Aws::Vector<Aws::String>>
93 m_nodeLogicalIdsHasBeenSet =
true;
94 m_nodeLogicalIds = std::forward<NodeLogicalIdsT>(value);
96 template <
typename NodeLogicalIdsT = Aws::Vector<Aws::String>>
101 template <
typename NodeLogicalIdsT = Aws::String>
103 m_nodeLogicalIdsHasBeenSet =
true;
104 m_nodeLogicalIds.emplace_back(std::forward<NodeLogicalIdsT>(value));
114 bool m_clusterNameHasBeenSet =
false;
115 bool m_nodeIdsHasBeenSet =
false;
116 bool m_nodeLogicalIdsHasBeenSet =
false;
BatchDeleteClusterNodesRequest & WithNodeLogicalIds(NodeLogicalIdsT &&value)
bool ClusterNameHasBeenSet() const
const Aws::Vector< Aws::String > & GetNodeLogicalIds() const
const Aws::Vector< Aws::String > & GetNodeIds() const
AWS_SAGEMAKER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
BatchDeleteClusterNodesRequest & AddNodeLogicalIds(NodeLogicalIdsT &&value)
BatchDeleteClusterNodesRequest & WithClusterName(ClusterNameT &&value)
virtual const char * GetServiceRequestName() const override
void SetNodeIds(NodeIdsT &&value)
const Aws::String & GetClusterName() const
void SetClusterName(ClusterNameT &&value)
bool NodeIdsHasBeenSet() const
AWS_SAGEMAKER_API BatchDeleteClusterNodesRequest()=default
AWS_SAGEMAKER_API Aws::String SerializePayload() const override
void SetNodeLogicalIds(NodeLogicalIdsT &&value)
BatchDeleteClusterNodesRequest & AddNodeIds(NodeIdsT &&value)
BatchDeleteClusterNodesRequest & WithNodeIds(NodeIdsT &&value)
bool NodeLogicalIdsHasBeenSet() 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