7#include <aws/shield/Shield_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
53 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
64 inline long long GetValue()
const{
return m_value; }
66 inline void SetValue(
long long value) { m_valueHasBeenSet =
true; m_value = value; }
72 bool m_nameHasBeenSet =
false;
75 bool m_valueHasBeenSet =
false;
void SetName(const char *value)
void SetName(Aws::String &&value)
Contributor & WithValue(long long value)
AWS_SHIELD_API Aws::Utils::Json::JsonValue Jsonize() const
void SetName(const Aws::String &value)
const Aws::String & GetName() const
AWS_SHIELD_API Contributor & operator=(Aws::Utils::Json::JsonView jsonValue)
Contributor & WithName(const Aws::String &value)
Contributor & WithName(const char *value)
long long GetValue() const
bool NameHasBeenSet() const
Contributor & WithName(Aws::String &&value)
bool ValueHasBeenSet() const
AWS_SHIELD_API Contributor()
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