7#include <aws/resource-explorer-2/ResourceExplorer2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace ResourceExplorer2
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 NameT = Aws::String>
58 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
59 template<
typename NameT = Aws::String>
69 template<
typename ValueT = Aws::String>
70 void SetValue(ValueT&& value) { m_valueHasBeenSet =
true; m_value = std::forward<ValueT>(value); }
71 template<
typename ValueT = Aws::String>
77 bool m_messageHasBeenSet =
false;
80 bool m_nameHasBeenSet =
false;
83 bool m_valueHasBeenSet =
false;
ServiceQuotaExceededException & WithName(NameT &&value)
const Aws::String & GetValue() const
void SetName(NameT &&value)
AWS_RESOURCEEXPLORER2_API ServiceQuotaExceededException(Aws::Utils::Json::JsonView jsonValue)
void SetValue(ValueT &&value)
AWS_RESOURCEEXPLORER2_API ServiceQuotaExceededException()=default
bool ValueHasBeenSet() const
AWS_RESOURCEEXPLORER2_API ServiceQuotaExceededException & operator=(Aws::Utils::Json::JsonView jsonValue)
bool MessageHasBeenSet() const
const Aws::String & GetName() const
AWS_RESOURCEEXPLORER2_API Aws::Utils::Json::JsonValue Jsonize() const
ServiceQuotaExceededException & WithValue(ValueT &&value)
ServiceQuotaExceededException & WithMessage(MessageT &&value)
void SetMessage(MessageT &&value)
const Aws::String & GetMessage() const
bool NameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue