7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/dynamodb/DynamoDB_EXPORTS.h>
10#include <aws/dynamodb/model/ThrottlingReason.h>
44 template <
typename MessageT = Aws::String>
46 m_messageHasBeenSet =
true;
47 m_message = std::forward<MessageT>(value);
49 template <
typename MessageT = Aws::String>
65 template <
typename ThrottlingReasonsT = Aws::Vector<ThrottlingReason>>
67 m_throttlingReasonsHasBeenSet =
true;
68 m_throttlingReasons = std::forward<ThrottlingReasonsT>(value);
70 template <
typename ThrottlingReasonsT = Aws::Vector<ThrottlingReason>>
75 template <
typename ThrottlingReasonsT = ThrottlingReason>
77 m_throttlingReasonsHasBeenSet =
true;
78 m_throttlingReasons.emplace_back(std::forward<ThrottlingReasonsT>(value));
86 bool m_messageHasBeenSet =
false;
87 bool m_throttlingReasonsHasBeenSet =
false;
ThrottlingException & WithMessage(MessageT &&value)
AWS_DYNAMODB_API ThrottlingException & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetThrottlingReasons(ThrottlingReasonsT &&value)
AWS_DYNAMODB_API ThrottlingException(Aws::Utils::Json::JsonView jsonValue)
void SetMessage(MessageT &&value)
const Aws::Vector< ThrottlingReason > & GetThrottlingReasons() const
bool MessageHasBeenSet() const
AWS_DYNAMODB_API Aws::Utils::Json::JsonValue Jsonize() const
bool ThrottlingReasonsHasBeenSet() const
ThrottlingException & WithThrottlingReasons(ThrottlingReasonsT &&value)
AWS_DYNAMODB_API ThrottlingException()=default
const Aws::String & GetMessage() const
ThrottlingException & AddThrottlingReasons(ThrottlingReasonsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue