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));
97 template <
typename NodeLogicalIdsT = Aws::Vector<Aws::String>>
99 m_nodeLogicalIdsHasBeenSet =
true;
100 m_nodeLogicalIds = std::forward<NodeLogicalIdsT>(value);
102 template <
typename NodeLogicalIdsT = Aws::Vector<Aws::String>>
107 template <
typename NodeLogicalIdsT = Aws::String>
109 m_nodeLogicalIdsHasBeenSet =
true;
110 m_nodeLogicalIds.emplace_back(std::forward<NodeLogicalIdsT>(value));
120 bool m_clusterNameHasBeenSet =
false;
121 bool m_nodeIdsHasBeenSet =
false;
122 bool m_nodeLogicalIdsHasBeenSet =
false;
AWS_SAGEMAKER_API BatchRebootClusterNodesRequest()=default
bool NodeLogicalIdsHasBeenSet() const
bool NodeIdsHasBeenSet() const
void SetClusterName(ClusterNameT &&value)
BatchRebootClusterNodesRequest & WithClusterName(ClusterNameT &&value)
AWS_SAGEMAKER_API Aws::String SerializePayload() const override
BatchRebootClusterNodesRequest & WithNodeIds(NodeIdsT &&value)
const Aws::Vector< Aws::String > & GetNodeLogicalIds() const
const Aws::Vector< Aws::String > & GetNodeIds() const
bool ClusterNameHasBeenSet() const
virtual const char * GetServiceRequestName() const override
BatchRebootClusterNodesRequest & WithNodeLogicalIds(NodeLogicalIdsT &&value)
BatchRebootClusterNodesRequest & AddNodeIds(NodeIdsT &&value)
BatchRebootClusterNodesRequest & AddNodeLogicalIds(NodeLogicalIdsT &&value)
AWS_SAGEMAKER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetNodeIds(NodeIdsT &&value)
void SetNodeLogicalIds(NodeLogicalIdsT &&value)
const Aws::String & GetClusterName() 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