AWS SDK for C++
1.8.128
AWS SDK for C++
|
#include <CreateComputerResult.h>
Public Member Functions | |
CreateComputerResult () | |
CreateComputerResult (const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result) | |
CreateComputerResult & | operator= (const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result) |
const Computer & | GetComputer () const |
void | SetComputer (const Computer &value) |
void | SetComputer (Computer &&value) |
CreateComputerResult & | WithComputer (const Computer &value) |
CreateComputerResult & | WithComputer (Computer &&value) |
Contains the results for the CreateComputer operation.
Definition at line 33 of file CreateComputerResult.h.
Aws::DirectoryService::Model::CreateComputerResult::CreateComputerResult | ( | ) |
Aws::DirectoryService::Model::CreateComputerResult::CreateComputerResult | ( | const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > & | result | ) |
|
inline |
A Computer object that represents the computer account.
Definition at line 44 of file CreateComputerResult.h.
CreateComputerResult& Aws::DirectoryService::Model::CreateComputerResult::operator= | ( | const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > & | result | ) |
|
inline |
A Computer object that represents the computer account.
Definition at line 54 of file CreateComputerResult.h.
|
inline |
A Computer object that represents the computer account.
Definition at line 49 of file CreateComputerResult.h.
|
inline |
A Computer object that represents the computer account.
Definition at line 64 of file CreateComputerResult.h.
|
inline |
A Computer object that represents the computer account.
Definition at line 59 of file CreateComputerResult.h.