AWS SDK for C++  0.14.3
AWS SDK for C++
Namespaces | Enumerations | Functions
TrustState.h File Reference
#include <aws/ds/DirectoryService_EXPORTS.h>
#include <aws/core/utils/memory/stl/AWSString.h>

Go to the source code of this file.

Namespaces

 Aws
 JSON (JavaScript Object Notation).
 
 Aws::DirectoryService
 
 Aws::DirectoryService::Model
 
 Aws::DirectoryService::Model::TrustStateMapper
 

Enumerations

enum  Aws::DirectoryService::Model::TrustState {
  Aws::DirectoryService::Model::TrustState::NOT_SET, Aws::DirectoryService::Model::TrustState::Creating, Aws::DirectoryService::Model::TrustState::Created, Aws::DirectoryService::Model::TrustState::Verifying,
  Aws::DirectoryService::Model::TrustState::VerifyFailed, Aws::DirectoryService::Model::TrustState::Verified, Aws::DirectoryService::Model::TrustState::Deleting, Aws::DirectoryService::Model::TrustState::Deleted,
  Aws::DirectoryService::Model::TrustState::Failed
}
 

Functions

AWS_DIRECTORYSERVICE_API TrustState Aws::DirectoryService::Model::TrustStateMapper::GetTrustStateForName (const Aws::String &name)
 
AWS_DIRECTORYSERVICE_API Aws::String Aws::DirectoryService::Model::TrustStateMapper::GetNameForTrustState (TrustState value)