7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
60 inline void SetFromFederationSource(
bool value) { m_fromFederationSourceHasBeenSet =
true; m_fromFederationSource = value; }
66 bool m_messageHasBeenSet =
false;
68 bool m_fromFederationSource;
69 bool m_fromFederationSourceHasBeenSet =
false;
void SetFromFederationSource(bool value)
EntityNotFoundException & WithMessage(const char *value)
AWS_GLUE_API EntityNotFoundException()
void SetMessage(const Aws::String &value)
AWS_GLUE_API EntityNotFoundException & operator=(Aws::Utils::Json::JsonView jsonValue)
bool MessageHasBeenSet() const
void SetMessage(const char *value)
AWS_GLUE_API EntityNotFoundException(Aws::Utils::Json::JsonView jsonValue)
void SetMessage(Aws::String &&value)
EntityNotFoundException & WithFromFederationSource(bool value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetMessage() const
EntityNotFoundException & WithMessage(Aws::String &&value)
bool GetFromFederationSource() const
bool FromFederationSourceHasBeenSet() const
EntityNotFoundException & WithMessage(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue