AWS SDK for C++
1.8.129
AWS SDK for C++
|
#include <Tag.h>
Public Member Functions | |
Tag () | |
Tag (Aws::Utils::Json::JsonView jsonValue) | |
Tag & | operator= (Aws::Utils::Json::JsonView jsonValue) |
Aws::Utils::Json::JsonValue | Jsonize () const |
const Aws::String & | GetKey () const |
bool | KeyHasBeenSet () const |
void | SetKey (const Aws::String &value) |
void | SetKey (Aws::String &&value) |
void | SetKey (const char *value) |
Tag & | WithKey (const Aws::String &value) |
Tag & | WithKey (Aws::String &&value) |
Tag & | WithKey (const char *value) |
const Aws::String & | GetValue () const |
bool | ValueHasBeenSet () const |
void | SetValue (const Aws::String &value) |
void | SetValue (Aws::String &&value) |
void | SetValue (const char *value) |
Tag & | WithValue (const Aws::String &value) |
Tag & | WithValue (Aws::String &&value) |
Tag & | WithValue (const char *value) |
Metadata that you assign to your AWS resources. Tags enable you to categorize your resources in different ways, for example, by purpose, owner, or environment. In Systems Manager, you can apply tags to documents, managed instances, maintenance windows, Parameter Store parameters, and patch baselines.
Aws::SSM::Model::Tag::Tag | ( | ) |
Aws::SSM::Model::Tag::Tag | ( | Aws::Utils::Json::JsonView | jsonValue | ) |
|
inline |
|
inline |
Aws::Utils::Json::JsonValue Aws::SSM::Model::Tag::Jsonize | ( | ) | const |
|
inline |
Tag& Aws::SSM::Model::Tag::operator= | ( | Aws::Utils::Json::JsonView | jsonValue | ) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |