#include <CreateTrustResult.h>
The result of a CreateTrust request.
See Also:
AWS API Reference
Definition at line 32 of file CreateTrustResult.h.
◆ CreateTrustResult() [1/2]
Aws::DirectoryService::Model::CreateTrustResult::CreateTrustResult |
( |
| ) |
|
◆ CreateTrustResult() [2/2]
◆ GetTrustId()
const Aws::String& Aws::DirectoryService::Model::CreateTrustResult::GetTrustId |
( |
| ) |
const |
|
inline |
A unique identifier for the trust relationship that was created.
Definition at line 43 of file CreateTrustResult.h.
◆ operator=()
◆ SetTrustId() [1/3]
void Aws::DirectoryService::Model::CreateTrustResult::SetTrustId |
( |
Aws::String && |
value | ) |
|
|
inline |
A unique identifier for the trust relationship that was created.
Definition at line 53 of file CreateTrustResult.h.
◆ SetTrustId() [2/3]
void Aws::DirectoryService::Model::CreateTrustResult::SetTrustId |
( |
const Aws::String & |
value | ) |
|
|
inline |
A unique identifier for the trust relationship that was created.
Definition at line 48 of file CreateTrustResult.h.
◆ SetTrustId() [3/3]
void Aws::DirectoryService::Model::CreateTrustResult::SetTrustId |
( |
const char * |
value | ) |
|
|
inline |
A unique identifier for the trust relationship that was created.
Definition at line 58 of file CreateTrustResult.h.
◆ WithTrustId() [1/3]
A unique identifier for the trust relationship that was created.
Definition at line 68 of file CreateTrustResult.h.
◆ WithTrustId() [2/3]
A unique identifier for the trust relationship that was created.
Definition at line 63 of file CreateTrustResult.h.
◆ WithTrustId() [3/3]
CreateTrustResult& Aws::DirectoryService::Model::CreateTrustResult::WithTrustId |
( |
const char * |
value | ) |
|
|
inline |
A unique identifier for the trust relationship that was created.
Definition at line 73 of file CreateTrustResult.h.
The documentation for this class was generated from the following file: