7#include <aws/acm/ACM_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
43 template <
typename ObjectIdentifierT = Aws::String>
45 m_objectIdentifierHasBeenSet =
true;
46 m_objectIdentifier = std::forward<ObjectIdentifierT>(value);
48 template <
typename ObjectIdentifierT = Aws::String>
61 template <
typename ValueT = Aws::String>
63 m_valueHasBeenSet =
true;
64 m_value = std::forward<ValueT>(value);
66 template <
typename ValueT = Aws::String>
68 SetValue(std::forward<ValueT>(value));
76 bool m_objectIdentifierHasBeenSet =
false;
77 bool m_valueHasBeenSet =
false;
const Aws::String & GetValue() const
bool ValueHasBeenSet() const
AWS_ACM_API OtherName()=default
const Aws::String & GetObjectIdentifier() const
AWS_ACM_API OtherName & operator=(Aws::Utils::Json::JsonView jsonValue)
OtherName & WithValue(ValueT &&value)
AWS_ACM_API Aws::Utils::Json::JsonValue Jsonize() const
OtherName & WithObjectIdentifier(ObjectIdentifierT &&value)
void SetObjectIdentifier(ObjectIdentifierT &&value)
void SetValue(ValueT &&value)
AWS_ACM_API OtherName(Aws::Utils::Json::JsonView jsonValue)
bool ObjectIdentifierHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue