7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/dynamodb/DynamoDB_EXPORTS.h>
69 template <
typename ReasonT = Aws::String>
71 m_reasonHasBeenSet =
true;
72 m_reason = std::forward<ReasonT>(value);
74 template <
typename ReasonT = Aws::String>
88 template <
typename ResourceT = Aws::String>
90 m_resourceHasBeenSet =
true;
91 m_resource = std::forward<ResourceT>(value);
93 template <
typename ResourceT = Aws::String>
103 bool m_reasonHasBeenSet =
false;
104 bool m_resourceHasBeenSet =
false;
ThrottlingReason & WithReason(ReasonT &&value)
AWS_DYNAMODB_API ThrottlingReason(Aws::Utils::Json::JsonView jsonValue)
AWS_DYNAMODB_API ThrottlingReason & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ReasonHasBeenSet() const
const Aws::String & GetResource() const
ThrottlingReason & WithResource(ResourceT &&value)
AWS_DYNAMODB_API ThrottlingReason()=default
void SetResource(ResourceT &&value)
AWS_DYNAMODB_API Aws::Utils::Json::JsonValue Jsonize() const
bool ResourceHasBeenSet() const
const Aws::String & GetReason() const
void SetReason(ReasonT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue