7#include <aws/dynamodb/DynamoDB_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
75 template<
typename ReasonT = Aws::String>
76 void SetReason(ReasonT&& value) { m_reasonHasBeenSet =
true; m_reason = std::forward<ReasonT>(value); }
77 template<
typename ReasonT = Aws::String>
88 template<
typename ResourceT = Aws::String>
89 void SetResource(ResourceT&& value) { m_resourceHasBeenSet =
true; m_resource = std::forward<ResourceT>(value); }
90 template<
typename ResourceT = Aws::String>
96 bool m_reasonHasBeenSet =
false;
99 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