7#include <aws/acm/ACM_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
42 template <
typename ObjectIdentifierT = Aws::String>
44 m_objectIdentifierHasBeenSet =
true;
45 m_objectIdentifier = std::forward<ObjectIdentifierT>(value);
47 template <
typename ObjectIdentifierT = Aws::String>
60 template <
typename ValueT = Aws::String>
62 m_valueHasBeenSet =
true;
63 m_value = std::forward<ValueT>(value);
65 template <
typename ValueT = Aws::String>
67 SetValue(std::forward<ValueT>(value));
75 bool m_objectIdentifierHasBeenSet =
false;
76 bool m_valueHasBeenSet =
false;
AWS_ACM_API CustomAttribute & operator=(Aws::Utils::Json::JsonView jsonValue)
CustomAttribute & WithValue(ValueT &&value)
bool ValueHasBeenSet() const
void SetValue(ValueT &&value)
AWS_ACM_API CustomAttribute()=default
const Aws::String & GetObjectIdentifier() const
AWS_ACM_API Aws::Utils::Json::JsonValue Jsonize() const
void SetObjectIdentifier(ObjectIdentifierT &&value)
bool ObjectIdentifierHasBeenSet() const
const Aws::String & GetValue() const
CustomAttribute & WithObjectIdentifier(ObjectIdentifierT &&value)
AWS_ACM_API CustomAttribute(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue