7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/guardduty/GuardDuty_EXPORTS.h>
41 template <
typename ValueT = Aws::String>
43 m_valueHasBeenSet =
true;
44 m_value = std::forward<ValueT>(value);
46 template <
typename ValueT = Aws::String>
48 SetValue(std::forward<ValueT>(value));
59 template <
typename TypeT = Aws::String>
61 m_typeHasBeenSet =
true;
62 m_type = std::forward<TypeT>(value);
64 template <
typename TypeT = Aws::String>
66 SetType(std::forward<TypeT>(value));
74 bool m_valueHasBeenSet =
false;
75 bool m_typeHasBeenSet =
false;
ServiceAdditionalInfo & WithType(TypeT &&value)
AWS_GUARDDUTY_API ServiceAdditionalInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
ServiceAdditionalInfo & WithValue(ValueT &&value)
AWS_GUARDDUTY_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetType() const
bool TypeHasBeenSet() const
AWS_GUARDDUTY_API ServiceAdditionalInfo(Aws::Utils::Json::JsonView jsonValue)
bool ValueHasBeenSet() const
const Aws::String & GetValue() const
void SetValue(ValueT &&value)
void SetType(TypeT &&value)
AWS_GUARDDUTY_API ServiceAdditionalInfo()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue