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