7#include <aws/acm/ACM_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
40 template <
typename ReasonT = Aws::String>
42 m_reasonHasBeenSet =
true;
43 m_reason = std::forward<ReasonT>(value);
45 template <
typename ReasonT = Aws::String>
58 template <
typename ResourceT = Aws::String>
60 m_resourceHasBeenSet =
true;
61 m_resource = std::forward<ResourceT>(value);
63 template <
typename ResourceT = Aws::String>
73 bool m_reasonHasBeenSet =
false;
74 bool m_resourceHasBeenSet =
false;
bool ReasonHasBeenSet() const
bool ResourceHasBeenSet() const
ThrottlingReason & WithResource(ResourceT &&value)
ThrottlingReason & WithReason(ReasonT &&value)
AWS_ACM_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_ACM_API ThrottlingReason()=default
void SetReason(ReasonT &&value)
void SetResource(ResourceT &&value)
const Aws::String & GetResource() const
const Aws::String & GetReason() const
AWS_ACM_API ThrottlingReason(Aws::Utils::Json::JsonView jsonValue)
AWS_ACM_API ThrottlingReason & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue