7#include <aws/shield/Shield_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
51 template<
typename NameT = Aws::String>
52 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
53 template<
typename NameT = Aws::String>
62 inline long long GetValue()
const {
return m_value; }
64 inline void SetValue(
long long value) { m_valueHasBeenSet =
true; m_value = value; }
70 bool m_nameHasBeenSet =
false;
73 bool m_valueHasBeenSet =
false;
Contributor & WithValue(long long value)
AWS_SHIELD_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetName() const
AWS_SHIELD_API Contributor & operator=(Aws::Utils::Json::JsonView jsonValue)
long long GetValue() const
bool NameHasBeenSet() const
Contributor & WithName(NameT &&value)
bool ValueHasBeenSet() const
void SetName(NameT &&value)
AWS_SHIELD_API Contributor()=default
AWS_SHIELD_API Contributor(Aws::Utils::Json::JsonView jsonValue)
void SetValue(long long value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue