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>
53 template <
typename MessageT = Aws::String>
55 m_messageHasBeenSet =
true;
56 m_message = std::forward<MessageT>(value);
58 template <
typename MessageT = Aws::String>
74 template <
typename ThrottlingReasonsT = Aws::Vector<ThrottlingReason>>
76 m_throttlingReasonsHasBeenSet =
true;
77 m_throttlingReasons = std::forward<ThrottlingReasonsT>(value);
79 template <
typename ThrottlingReasonsT = Aws::Vector<ThrottlingReason>>
84 template <
typename ThrottlingReasonsT = ThrottlingReason>
86 m_throttlingReasonsHasBeenSet =
true;
87 m_throttlingReasons.emplace_back(std::forward<ThrottlingReasonsT>(value));
95 bool m_messageHasBeenSet =
false;
96 bool m_throttlingReasonsHasBeenSet =
false;
void SetMessage(MessageT &&value)
bool MessageHasBeenSet() const
AWS_DYNAMODB_API ProvisionedThroughputExceededException(Aws::Utils::Json::JsonView jsonValue)
AWS_DYNAMODB_API ProvisionedThroughputExceededException & operator=(Aws::Utils::Json::JsonView jsonValue)
ProvisionedThroughputExceededException & WithMessage(MessageT &&value)
ProvisionedThroughputExceededException & AddThrottlingReasons(ThrottlingReasonsT &&value)
ProvisionedThroughputExceededException & WithThrottlingReasons(ThrottlingReasonsT &&value)
const Aws::Vector< ThrottlingReason > & GetThrottlingReasons() const
const Aws::String & GetMessage() const
AWS_DYNAMODB_API Aws::Utils::Json::JsonValue Jsonize() const
bool ThrottlingReasonsHasBeenSet() const
AWS_DYNAMODB_API ProvisionedThroughputExceededException()=default
void SetThrottlingReasons(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