AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
Public Member Functions | List of all members
Aws::Neptune::Model::Tag Class Reference

#include <Tag.h>

Public Member Functions

AWS_NEPTUNE_API Tag ()=default
 
AWS_NEPTUNE_API Tag (const Aws::Utils::Xml::XmlNode &xmlNode)
 
AWS_NEPTUNE_API Tagoperator= (const Aws::Utils::Xml::XmlNode &xmlNode)
 
AWS_NEPTUNE_API void OutputToStream (Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
 
AWS_NEPTUNE_API void OutputToStream (Aws::OStream &oStream, const char *location) const
 
const Aws::StringGetKey () const
 
bool KeyHasBeenSet () const
 
template<typename KeyT = Aws::String>
void SetKey (KeyT &&value)
 
template<typename KeyT = Aws::String>
TagWithKey (KeyT &&value)
 
const Aws::StringGetValue () const
 
bool ValueHasBeenSet () const
 
template<typename ValueT = Aws::String>
void SetValue (ValueT &&value)
 
template<typename ValueT = Aws::String>
TagWithValue (ValueT &&value)
 

Detailed Description

Metadata assigned to an Amazon Neptune resource consisting of a key-value pair.

See Also:

AWS API Reference

Definition at line 32 of file Tag.h.

Constructor & Destructor Documentation

◆ Tag() [1/2]

AWS_NEPTUNE_API Aws::Neptune::Model::Tag::Tag ( )
default

◆ Tag() [2/2]

AWS_NEPTUNE_API Aws::Neptune::Model::Tag::Tag ( const Aws::Utils::Xml::XmlNode xmlNode)

Member Function Documentation

◆ GetKey()

const Aws::String & Aws::Neptune::Model::Tag::GetKey ( ) const
inline

A key is the required name of the tag. The string value can be from 1 to 128 Unicode characters in length and can't be prefixed with aws: or rds:. The string can only contain the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-]*)$").

Definition at line 51 of file Tag.h.

◆ GetValue()

const Aws::String & Aws::Neptune::Model::Tag::GetValue ( ) const
inline

A value is the optional value of the tag. The string value can be from 1 to 256 Unicode characters in length and can't be prefixed with aws: or rds:. The string can only contain the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-]*)$").

Definition at line 67 of file Tag.h.

◆ KeyHasBeenSet()

bool Aws::Neptune::Model::Tag::KeyHasBeenSet ( ) const
inline

A key is the required name of the tag. The string value can be from 1 to 128 Unicode characters in length and can't be prefixed with aws: or rds:. The string can only contain the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-]*)$").

Definition at line 52 of file Tag.h.

◆ operator=()

AWS_NEPTUNE_API Tag & Aws::Neptune::Model::Tag::operator= ( const Aws::Utils::Xml::XmlNode xmlNode)

◆ OutputToStream() [1/2]

AWS_NEPTUNE_API void Aws::Neptune::Model::Tag::OutputToStream ( Aws::OStream oStream,
const char *  location 
) const

◆ OutputToStream() [2/2]

AWS_NEPTUNE_API void Aws::Neptune::Model::Tag::OutputToStream ( Aws::OStream ostream,
const char *  location,
unsigned  index,
const char *  locationValue 
) const

◆ SetKey()

template<typename KeyT = Aws::String>
void Aws::Neptune::Model::Tag::SetKey ( KeyT &&  value)
inline

A key is the required name of the tag. The string value can be from 1 to 128 Unicode characters in length and can't be prefixed with aws: or rds:. The string can only contain the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-]*)$").

Definition at line 54 of file Tag.h.

◆ SetValue()

template<typename ValueT = Aws::String>
void Aws::Neptune::Model::Tag::SetValue ( ValueT &&  value)
inline

A value is the optional value of the tag. The string value can be from 1 to 256 Unicode characters in length and can't be prefixed with aws: or rds:. The string can only contain the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-]*)$").

Definition at line 70 of file Tag.h.

◆ ValueHasBeenSet()

bool Aws::Neptune::Model::Tag::ValueHasBeenSet ( ) const
inline

A value is the optional value of the tag. The string value can be from 1 to 256 Unicode characters in length and can't be prefixed with aws: or rds:. The string can only contain the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-]*)$").

Definition at line 68 of file Tag.h.

◆ WithKey()

template<typename KeyT = Aws::String>
Tag & Aws::Neptune::Model::Tag::WithKey ( KeyT &&  value)
inline

A key is the required name of the tag. The string value can be from 1 to 128 Unicode characters in length and can't be prefixed with aws: or rds:. The string can only contain the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-]*)$").

Definition at line 56 of file Tag.h.

◆ WithValue()

template<typename ValueT = Aws::String>
Tag & Aws::Neptune::Model::Tag::WithValue ( ValueT &&  value)
inline

A value is the optional value of the tag. The string value can be from 1 to 256 Unicode characters in length and can't be prefixed with aws: or rds:. The string can only contain the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-]*)$").

Definition at line 72 of file Tag.h.


The documentation for this class was generated from the following file: