AWS SDK for C++
1.8.182
AWS SDK for C++
|
#include <UpdateRuntimeConfigurationResult.h>
Public Member Functions | |
UpdateRuntimeConfigurationResult () | |
UpdateRuntimeConfigurationResult (const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result) | |
UpdateRuntimeConfigurationResult & | operator= (const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result) |
const RuntimeConfiguration & | GetRuntimeConfiguration () const |
void | SetRuntimeConfiguration (const RuntimeConfiguration &value) |
void | SetRuntimeConfiguration (RuntimeConfiguration &&value) |
UpdateRuntimeConfigurationResult & | WithRuntimeConfiguration (const RuntimeConfiguration &value) |
UpdateRuntimeConfigurationResult & | WithRuntimeConfiguration (RuntimeConfiguration &&value) |
Represents the returned data in response to a request operation.
Definition at line 33 of file UpdateRuntimeConfigurationResult.h.
Aws::GameLift::Model::UpdateRuntimeConfigurationResult::UpdateRuntimeConfigurationResult | ( | ) |
Aws::GameLift::Model::UpdateRuntimeConfigurationResult::UpdateRuntimeConfigurationResult | ( | const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > & | result | ) |
|
inline |
The runtime configuration currently in use by all instances in the fleet. If the update was successful, all property changes are shown.
Definition at line 45 of file UpdateRuntimeConfigurationResult.h.
UpdateRuntimeConfigurationResult& Aws::GameLift::Model::UpdateRuntimeConfigurationResult::operator= | ( | const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > & | result | ) |
|
inline |
The runtime configuration currently in use by all instances in the fleet. If the update was successful, all property changes are shown.
Definition at line 51 of file UpdateRuntimeConfigurationResult.h.
|
inline |
The runtime configuration currently in use by all instances in the fleet. If the update was successful, all property changes are shown.
Definition at line 57 of file UpdateRuntimeConfigurationResult.h.
|
inline |
The runtime configuration currently in use by all instances in the fleet. If the update was successful, all property changes are shown.
Definition at line 63 of file UpdateRuntimeConfigurationResult.h.
|
inline |
The runtime configuration currently in use by all instances in the fleet. If the update was successful, all property changes are shown.
Definition at line 69 of file UpdateRuntimeConfigurationResult.h.