7#include <aws/qldb/QLDB_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 ResourceTypeT = Aws::String>
58 void SetResourceType(ResourceTypeT&& value) { m_resourceTypeHasBeenSet =
true; m_resourceType = std::forward<ResourceTypeT>(value); }
59 template<
typename ResourceTypeT = Aws::String>
65 bool m_messageHasBeenSet =
false;
68 bool m_resourceTypeHasBeenSet =
false;
const Aws::String & GetMessage() const
void SetMessage(MessageT &&value)
LimitExceededException & WithResourceType(ResourceTypeT &&value)
bool MessageHasBeenSet() const
AWS_QLDB_API Aws::Utils::Json::JsonValue Jsonize() const
LimitExceededException & WithMessage(MessageT &&value)
AWS_QLDB_API LimitExceededException()=default
const Aws::String & GetResourceType() const
bool ResourceTypeHasBeenSet() const
AWS_QLDB_API LimitExceededException & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_QLDB_API LimitExceededException(Aws::Utils::Json::JsonView jsonValue)
void SetResourceType(ResourceTypeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue