7#include <aws/dlm/DLM_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>
55 template<
typename CodeT = Aws::String>
56 void SetCode(CodeT&& value) { m_codeHasBeenSet =
true; m_code = std::forward<CodeT>(value); }
57 template<
typename CodeT = Aws::String>
67 template<
typename ResourceTypeT = Aws::String>
68 void SetResourceType(ResourceTypeT&& value) { m_resourceTypeHasBeenSet =
true; m_resourceType = std::forward<ResourceTypeT>(value); }
69 template<
typename ResourceTypeT = Aws::String>
75 bool m_messageHasBeenSet =
false;
78 bool m_codeHasBeenSet =
false;
81 bool m_resourceTypeHasBeenSet =
false;
bool ResourceTypeHasBeenSet() const
const Aws::String & GetCode() const
bool CodeHasBeenSet() const
AWS_DLM_API LimitExceededException(Aws::Utils::Json::JsonView jsonValue)
LimitExceededException & WithMessage(MessageT &&value)
AWS_DLM_API LimitExceededException & operator=(Aws::Utils::Json::JsonView jsonValue)
bool MessageHasBeenSet() const
LimitExceededException & WithCode(CodeT &&value)
const Aws::String & GetResourceType() const
void SetMessage(MessageT &&value)
const Aws::String & GetMessage() const
AWS_DLM_API LimitExceededException()=default
void SetCode(CodeT &&value)
void SetResourceType(ResourceTypeT &&value)
LimitExceededException & WithResourceType(ResourceTypeT &&value)
AWS_DLM_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue