7#include <aws/finspace/Finspace_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
45 template<
typename MessageT = Aws::String>
46 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
47 template<
typename MessageT = Aws::String>
57 template<
typename ReasonT = Aws::String>
58 void SetReason(ReasonT&& value) { m_reasonHasBeenSet =
true; m_reason = std::forward<ReasonT>(value); }
59 template<
typename ReasonT = Aws::String>
65 bool m_messageHasBeenSet =
false;
68 bool m_reasonHasBeenSet =
false;
const Aws::String & GetMessage() const
ConflictException & WithReason(ReasonT &&value)
const Aws::String & GetReason() const
AWS_FINSPACE_API ConflictException()=default
AWS_FINSPACE_API ConflictException & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_FINSPACE_API ConflictException(Aws::Utils::Json::JsonView jsonValue)
bool MessageHasBeenSet() const
void SetReason(ReasonT &&value)
bool ReasonHasBeenSet() const
AWS_FINSPACE_API Aws::Utils::Json::JsonValue Jsonize() const
ConflictException & WithMessage(MessageT &&value)
void SetMessage(MessageT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue