7#include <aws/dynamodb/DynamoDB_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/dynamodb/model/ThrottlingReason.h>
50 template<
typename MessageT = Aws::String>
51 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
52 template<
typename MessageT = Aws::String>
65 template<
typename ThrottlingReasonsT = Aws::Vector<ThrottlingReason>>
66 void SetThrottlingReasons(ThrottlingReasonsT&& value) { m_throttlingReasonsHasBeenSet =
true; m_throttlingReasons = std::forward<ThrottlingReasonsT>(value); }
67 template<
typename ThrottlingReasonsT = Aws::Vector<ThrottlingReason>>
69 template<
typename ThrottlingReasonsT = ThrottlingReason>
75 bool m_messageHasBeenSet =
false;
78 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