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>
59 template<
typename MessageT = Aws::String>
60 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
61 template<
typename MessageT = Aws::String>
74 template<
typename ThrottlingReasonsT = Aws::Vector<ThrottlingReason>>
75 void SetThrottlingReasons(ThrottlingReasonsT&& value) { m_throttlingReasonsHasBeenSet =
true; m_throttlingReasons = std::forward<ThrottlingReasonsT>(value); }
76 template<
typename ThrottlingReasonsT = Aws::Vector<ThrottlingReason>>
78 template<
typename ThrottlingReasonsT = ThrottlingReason>
84 bool m_messageHasBeenSet =
false;
87 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