7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/glue/model/FederationSourceErrorCode.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
57 template<
typename MessageT = Aws::String>
58 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
59 template<
typename MessageT = Aws::String>
65 bool m_federationSourceErrorCodeHasBeenSet =
false;
68 bool m_messageHasBeenSet =
false;
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GLUE_API FederationSourceException(Aws::Utils::Json::JsonView jsonValue)
FederationSourceErrorCode GetFederationSourceErrorCode() const
AWS_GLUE_API FederationSourceException & operator=(Aws::Utils::Json::JsonView jsonValue)
bool FederationSourceErrorCodeHasBeenSet() const
FederationSourceException & WithFederationSourceErrorCode(FederationSourceErrorCode value)
AWS_GLUE_API FederationSourceException()=default
FederationSourceException & WithMessage(MessageT &&value)
void SetFederationSourceErrorCode(FederationSourceErrorCode value)
void SetMessage(MessageT &&value)
bool MessageHasBeenSet() const
const Aws::String & GetMessage() const
FederationSourceErrorCode
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue