7#include <aws/iotfleetwise/IoTFleetWise_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/iotfleetwise/model/Node.h>
66 inline void SetReason(
const char* value) { m_reasonHasBeenSet =
true; m_reason.assign(value); }
78 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
86 bool m_invalidNodesHasBeenSet =
false;
89 bool m_reasonHasBeenSet =
false;
92 bool m_messageHasBeenSet =
false;
InvalidNodeException & WithMessage(const Aws::String &value)
void SetMessage(Aws::String &&value)
const Aws::String & GetReason() const
InvalidNodeException & WithMessage(const char *value)
InvalidNodeException & WithReason(const char *value)
InvalidNodeException & WithReason(Aws::String &&value)
AWS_IOTFLEETWISE_API InvalidNodeException()
AWS_IOTFLEETWISE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetInvalidNodes(const Aws::Vector< Node > &value)
const Aws::String & GetMessage() const
bool InvalidNodesHasBeenSet() const
const Aws::Vector< Node > & GetInvalidNodes() const
InvalidNodeException & WithMessage(Aws::String &&value)
InvalidNodeException & WithInvalidNodes(const Aws::Vector< Node > &value)
AWS_IOTFLEETWISE_API InvalidNodeException & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetReason(const Aws::String &value)
bool MessageHasBeenSet() const
void SetInvalidNodes(Aws::Vector< Node > &&value)
bool ReasonHasBeenSet() const
void SetReason(Aws::String &&value)
InvalidNodeException & WithInvalidNodes(Aws::Vector< Node > &&value)
InvalidNodeException & WithReason(const Aws::String &value)
void SetReason(const char *value)
void SetMessage(const Aws::String &value)
void SetMessage(const char *value)
AWS_IOTFLEETWISE_API InvalidNodeException(Aws::Utils::Json::JsonView jsonValue)
InvalidNodeException & AddInvalidNodes(const Node &value)
InvalidNodeException & AddInvalidNodes(Node &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue