7#include <aws/neptune/Neptune_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename CharacterSetNameT = Aws::String>
49 void SetCharacterSetName(CharacterSetNameT&& value) { m_characterSetNameHasBeenSet =
true; m_characterSetName = std::forward<CharacterSetNameT>(value); }
50 template<
typename CharacterSetNameT = Aws::String>
60 template<
typename CharacterSetDescriptionT = Aws::String>
61 void SetCharacterSetDescription(CharacterSetDescriptionT&& value) { m_characterSetDescriptionHasBeenSet =
true; m_characterSetDescription = std::forward<CharacterSetDescriptionT>(value); }
62 template<
typename CharacterSetDescriptionT = Aws::String>
68 bool m_characterSetNameHasBeenSet =
false;
71 bool m_characterSetDescriptionHasBeenSet =
false;
AWS_NEPTUNE_API CharacterSet(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetCharacterSetName(CharacterSetNameT &&value)
AWS_NEPTUNE_API CharacterSet & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_NEPTUNE_API void OutputToStream(Aws::OStream &oStream, const char *location) const
bool CharacterSetNameHasBeenSet() const
bool CharacterSetDescriptionHasBeenSet() const
void SetCharacterSetDescription(CharacterSetDescriptionT &&value)
AWS_NEPTUNE_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
CharacterSet & WithCharacterSetDescription(CharacterSetDescriptionT &&value)
const Aws::String & GetCharacterSetName() const
CharacterSet & WithCharacterSetName(CharacterSetNameT &&value)
AWS_NEPTUNE_API CharacterSet()=default
const Aws::String & GetCharacterSetDescription() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream