#include <Tag.h>
Metadata assigned to a directory consisting of a key-value pair.
See Also:
AWS API Reference
Definition at line 32 of file Tag.h.
◆ Tag() [1/2]
Aws::DirectoryService::Model::Tag::Tag |
( |
| ) |
|
◆ Tag() [2/2]
◆ GetKey()
const Aws::String& Aws::DirectoryService::Model::Tag::GetKey |
( |
| ) |
const |
|
inline |
Required name of the tag. The string value can be Unicode characters and cannot be prefixed with "aws:". The string can contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-]*)$").
Definition at line 47 of file Tag.h.
◆ GetValue()
const Aws::String& Aws::DirectoryService::Model::Tag::GetValue |
( |
| ) |
const |
|
inline |
The optional value of the tag. The string value can be Unicode characters. The string can contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-]*)$").
Definition at line 112 of file Tag.h.
◆ Jsonize()
◆ KeyHasBeenSet()
bool Aws::DirectoryService::Model::Tag::KeyHasBeenSet |
( |
| ) |
const |
|
inline |
Required name of the tag. The string value can be Unicode characters and cannot be prefixed with "aws:". The string can contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-]*)$").
Definition at line 55 of file Tag.h.
◆ operator=()
◆ SetKey() [1/3]
void Aws::DirectoryService::Model::Tag::SetKey |
( |
Aws::String && |
value | ) |
|
|
inline |
Required name of the tag. The string value can be Unicode characters and cannot be prefixed with "aws:". The string can contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-]*)$").
Definition at line 71 of file Tag.h.
◆ SetKey() [2/3]
void Aws::DirectoryService::Model::Tag::SetKey |
( |
const Aws::String & |
value | ) |
|
|
inline |
Required name of the tag. The string value can be Unicode characters and cannot be prefixed with "aws:". The string can contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-]*)$").
Definition at line 63 of file Tag.h.
◆ SetKey() [3/3]
void Aws::DirectoryService::Model::Tag::SetKey |
( |
const char * |
value | ) |
|
|
inline |
Required name of the tag. The string value can be Unicode characters and cannot be prefixed with "aws:". The string can contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-]*)$").
Definition at line 79 of file Tag.h.
◆ SetValue() [1/3]
void Aws::DirectoryService::Model::Tag::SetValue |
( |
Aws::String && |
value | ) |
|
|
inline |
The optional value of the tag. The string value can be Unicode characters. The string can contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-]*)$").
Definition at line 136 of file Tag.h.
◆ SetValue() [2/3]
void Aws::DirectoryService::Model::Tag::SetValue |
( |
const Aws::String & |
value | ) |
|
|
inline |
The optional value of the tag. The string value can be Unicode characters. The string can contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-]*)$").
Definition at line 128 of file Tag.h.
◆ SetValue() [3/3]
void Aws::DirectoryService::Model::Tag::SetValue |
( |
const char * |
value | ) |
|
|
inline |
The optional value of the tag. The string value can be Unicode characters. The string can contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-]*)$").
Definition at line 144 of file Tag.h.
◆ ValueHasBeenSet()
bool Aws::DirectoryService::Model::Tag::ValueHasBeenSet |
( |
| ) |
const |
|
inline |
The optional value of the tag. The string value can be Unicode characters. The string can contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-]*)$").
Definition at line 120 of file Tag.h.
◆ WithKey() [1/3]
Tag& Aws::DirectoryService::Model::Tag::WithKey |
( |
Aws::String && |
value | ) |
|
|
inline |
Required name of the tag. The string value can be Unicode characters and cannot be prefixed with "aws:". The string can contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-]*)$").
Definition at line 95 of file Tag.h.
◆ WithKey() [2/3]
Tag& Aws::DirectoryService::Model::Tag::WithKey |
( |
const Aws::String & |
value | ) |
|
|
inline |
Required name of the tag. The string value can be Unicode characters and cannot be prefixed with "aws:". The string can contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-]*)$").
Definition at line 87 of file Tag.h.
◆ WithKey() [3/3]
Tag& Aws::DirectoryService::Model::Tag::WithKey |
( |
const char * |
value | ) |
|
|
inline |
Required name of the tag. The string value can be Unicode characters and cannot be prefixed with "aws:". The string can contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-]*)$").
Definition at line 103 of file Tag.h.
◆ WithValue() [1/3]
Tag& Aws::DirectoryService::Model::Tag::WithValue |
( |
Aws::String && |
value | ) |
|
|
inline |
The optional value of the tag. The string value can be Unicode characters. The string can contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-]*)$").
Definition at line 160 of file Tag.h.
◆ WithValue() [2/3]
Tag& Aws::DirectoryService::Model::Tag::WithValue |
( |
const Aws::String & |
value | ) |
|
|
inline |
The optional value of the tag. The string value can be Unicode characters. The string can contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-]*)$").
Definition at line 152 of file Tag.h.
◆ WithValue() [3/3]
Tag& Aws::DirectoryService::Model::Tag::WithValue |
( |
const char * |
value | ) |
|
|
inline |
The optional value of the tag. The string value can be Unicode characters. The string can contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-]*)$").
Definition at line 168 of file Tag.h.
The documentation for this class was generated from the following file:
- aws-cpp-sdk-ds/include/aws/ds/model/Tag.h