#include <Attribute.h>
Represents a named directory attribute.
See Also:
AWS API Reference
Definition at line 31 of file Attribute.h.
◆ Attribute() [1/2]
Aws::DirectoryService::Model::Attribute::Attribute |
( |
| ) |
|
◆ Attribute() [2/2]
◆ GetName()
const Aws::String& Aws::DirectoryService::Model::Attribute::GetName |
( |
| ) |
const |
|
inline |
The name of the attribute.
Definition at line 43 of file Attribute.h.
◆ GetValue()
const Aws::String& Aws::DirectoryService::Model::Attribute::GetValue |
( |
| ) |
const |
|
inline |
The value of the attribute.
Definition at line 84 of file Attribute.h.
◆ Jsonize()
◆ NameHasBeenSet()
bool Aws::DirectoryService::Model::Attribute::NameHasBeenSet |
( |
| ) |
const |
|
inline |
The name of the attribute.
Definition at line 48 of file Attribute.h.
◆ operator=()
◆ SetName() [1/3]
void Aws::DirectoryService::Model::Attribute::SetName |
( |
Aws::String && |
value | ) |
|
|
inline |
The name of the attribute.
Definition at line 58 of file Attribute.h.
◆ SetName() [2/3]
void Aws::DirectoryService::Model::Attribute::SetName |
( |
const Aws::String & |
value | ) |
|
|
inline |
The name of the attribute.
Definition at line 53 of file Attribute.h.
◆ SetName() [3/3]
void Aws::DirectoryService::Model::Attribute::SetName |
( |
const char * |
value | ) |
|
|
inline |
The name of the attribute.
Definition at line 63 of file Attribute.h.
◆ SetValue() [1/3]
void Aws::DirectoryService::Model::Attribute::SetValue |
( |
Aws::String && |
value | ) |
|
|
inline |
The value of the attribute.
Definition at line 99 of file Attribute.h.
◆ SetValue() [2/3]
void Aws::DirectoryService::Model::Attribute::SetValue |
( |
const Aws::String & |
value | ) |
|
|
inline |
The value of the attribute.
Definition at line 94 of file Attribute.h.
◆ SetValue() [3/3]
void Aws::DirectoryService::Model::Attribute::SetValue |
( |
const char * |
value | ) |
|
|
inline |
The value of the attribute.
Definition at line 104 of file Attribute.h.
◆ ValueHasBeenSet()
bool Aws::DirectoryService::Model::Attribute::ValueHasBeenSet |
( |
| ) |
const |
|
inline |
The value of the attribute.
Definition at line 89 of file Attribute.h.
◆ WithName() [1/3]
The name of the attribute.
Definition at line 73 of file Attribute.h.
◆ WithName() [2/3]
The name of the attribute.
Definition at line 68 of file Attribute.h.
◆ WithName() [3/3]
Attribute& Aws::DirectoryService::Model::Attribute::WithName |
( |
const char * |
value | ) |
|
|
inline |
The name of the attribute.
Definition at line 78 of file Attribute.h.
◆ WithValue() [1/3]
The value of the attribute.
Definition at line 114 of file Attribute.h.
◆ WithValue() [2/3]
The value of the attribute.
Definition at line 109 of file Attribute.h.
◆ WithValue() [3/3]
Attribute& Aws::DirectoryService::Model::Attribute::WithValue |
( |
const char * |
value | ) |
|
|
inline |
The value of the attribute.
Definition at line 119 of file Attribute.h.
The documentation for this class was generated from the following file: