7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/glue/model/FederationSourceErrorCode.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
61 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
69 bool m_federationSourceErrorCodeHasBeenSet =
false;
72 bool m_messageHasBeenSet =
false;
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GLUE_API FederationSourceException(Aws::Utils::Json::JsonView jsonValue)
void SetMessage(Aws::String &&value)
AWS_GLUE_API FederationSourceException & operator=(Aws::Utils::Json::JsonView jsonValue)
bool FederationSourceErrorCodeHasBeenSet() const
void SetFederationSourceErrorCode(FederationSourceErrorCode &&value)
FederationSourceException & WithMessage(Aws::String &&value)
FederationSourceException & WithMessage(const char *value)
FederationSourceException & WithFederationSourceErrorCode(const FederationSourceErrorCode &value)
void SetMessage(const char *value)
AWS_GLUE_API FederationSourceException()
FederationSourceException & WithFederationSourceErrorCode(FederationSourceErrorCode &&value)
const FederationSourceErrorCode & GetFederationSourceErrorCode() const
void SetFederationSourceErrorCode(const FederationSourceErrorCode &value)
bool MessageHasBeenSet() const
FederationSourceException & WithMessage(const Aws::String &value)
const Aws::String & GetMessage() const
void SetMessage(const Aws::String &value)
FederationSourceErrorCode
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue