7#include <aws/guardduty/GuardDuty_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 inline void SetValue(
const char* value) { m_valueHasBeenSet =
true; m_value.assign(value); }
63 inline void SetType(
const char* value) { m_typeHasBeenSet =
true; m_type.assign(value); }
71 bool m_valueHasBeenSet =
false;
74 bool m_typeHasBeenSet =
false;
ServiceAdditionalInfo & WithValue(const char *value)
AWS_GUARDDUTY_API ServiceAdditionalInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
ServiceAdditionalInfo & WithType(const Aws::String &value)
void SetType(Aws::String &&value)
ServiceAdditionalInfo & WithType(const char *value)
AWS_GUARDDUTY_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GUARDDUTY_API ServiceAdditionalInfo()
const Aws::String & GetType() const
ServiceAdditionalInfo & WithValue(Aws::String &&value)
void SetType(const Aws::String &value)
void SetValue(const char *value)
bool TypeHasBeenSet() const
AWS_GUARDDUTY_API ServiceAdditionalInfo(Aws::Utils::Json::JsonView jsonValue)
bool ValueHasBeenSet() const
void SetType(const char *value)
ServiceAdditionalInfo & WithType(Aws::String &&value)
const Aws::String & GetValue() const
void SetValue(Aws::String &&value)
void SetValue(const Aws::String &value)
ServiceAdditionalInfo & WithValue(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue