7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/sagemaker/model/BatchDeleteClusterNodesErrorCode.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
61 template<
typename MessageT = Aws::String>
62 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
63 template<
typename MessageT = Aws::String>
73 template<
typename NodeIdT = Aws::String>
74 void SetNodeId(NodeIdT&& value) { m_nodeIdHasBeenSet =
true; m_nodeId = std::forward<NodeIdT>(value); }
75 template<
typename NodeIdT = Aws::String>
81 bool m_codeHasBeenSet =
false;
84 bool m_messageHasBeenSet =
false;
87 bool m_nodeIdHasBeenSet =
false;
const Aws::String & GetMessage() const
void SetCode(BatchDeleteClusterNodesErrorCode value)
AWS_SAGEMAKER_API BatchDeleteClusterNodesError & operator=(Aws::Utils::Json::JsonView jsonValue)
bool NodeIdHasBeenSet() const
BatchDeleteClusterNodesError & WithCode(BatchDeleteClusterNodesErrorCode value)
BatchDeleteClusterNodesErrorCode GetCode() const
bool MessageHasBeenSet() const
void SetNodeId(NodeIdT &&value)
AWS_SAGEMAKER_API BatchDeleteClusterNodesError(Aws::Utils::Json::JsonView jsonValue)
BatchDeleteClusterNodesError & WithNodeId(NodeIdT &&value)
const Aws::String & GetNodeId() const
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
BatchDeleteClusterNodesError & WithMessage(MessageT &&value)
void SetMessage(MessageT &&value)
AWS_SAGEMAKER_API BatchDeleteClusterNodesError()=default
bool CodeHasBeenSet() const
BatchDeleteClusterNodesErrorCode
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue