AWS SDK for C++
1.8.183
AWS SDK for C++
|
#include <ListBuildsResult.h>
Public Member Functions | |
ListBuildsResult () | |
ListBuildsResult (const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result) | |
ListBuildsResult & | operator= (const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result) |
const Aws::Vector< Build > & | GetBuilds () const |
void | SetBuilds (const Aws::Vector< Build > &value) |
void | SetBuilds (Aws::Vector< Build > &&value) |
ListBuildsResult & | WithBuilds (const Aws::Vector< Build > &value) |
ListBuildsResult & | WithBuilds (Aws::Vector< Build > &&value) |
ListBuildsResult & | AddBuilds (const Build &value) |
ListBuildsResult & | AddBuilds (Build &&value) |
const Aws::String & | GetNextToken () const |
void | SetNextToken (const Aws::String &value) |
void | SetNextToken (Aws::String &&value) |
void | SetNextToken (const char *value) |
ListBuildsResult & | WithNextToken (const Aws::String &value) |
ListBuildsResult & | WithNextToken (Aws::String &&value) |
ListBuildsResult & | WithNextToken (const char *value) |
Represents the returned data in response to a request operation.
Definition at line 35 of file ListBuildsResult.h.
Aws::GameLift::Model::ListBuildsResult::ListBuildsResult | ( | ) |
Aws::GameLift::Model::ListBuildsResult::ListBuildsResult | ( | const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > & | result | ) |
|
inline |
A collection of build resources that match the request.
Definition at line 76 of file ListBuildsResult.h.
|
inline |
A collection of build resources that match the request.
Definition at line 71 of file ListBuildsResult.h.
|
inline |
A collection of build resources that match the request.
Definition at line 46 of file ListBuildsResult.h.
|
inline |
A token that indicates where to resume retrieving results on the next call to this operation. If no token is returned, these results represent the end of the list.
Definition at line 84 of file ListBuildsResult.h.
ListBuildsResult& Aws::GameLift::Model::ListBuildsResult::operator= | ( | const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > & | result | ) |
|
inline |
A collection of build resources that match the request.
Definition at line 56 of file ListBuildsResult.h.
|
inline |
A collection of build resources that match the request.
Definition at line 51 of file ListBuildsResult.h.
|
inline |
A token that indicates where to resume retrieving results on the next call to this operation. If no token is returned, these results represent the end of the list.
Definition at line 98 of file ListBuildsResult.h.
|
inline |
A token that indicates where to resume retrieving results on the next call to this operation. If no token is returned, these results represent the end of the list.
Definition at line 91 of file ListBuildsResult.h.
|
inline |
A token that indicates where to resume retrieving results on the next call to this operation. If no token is returned, these results represent the end of the list.
Definition at line 105 of file ListBuildsResult.h.
|
inline |
A collection of build resources that match the request.
Definition at line 66 of file ListBuildsResult.h.
|
inline |
A collection of build resources that match the request.
Definition at line 61 of file ListBuildsResult.h.
|
inline |
A token that indicates where to resume retrieving results on the next call to this operation. If no token is returned, these results represent the end of the list.
Definition at line 119 of file ListBuildsResult.h.
|
inline |
A token that indicates where to resume retrieving results on the next call to this operation. If no token is returned, these results represent the end of the list.
Definition at line 112 of file ListBuildsResult.h.
|
inline |
A token that indicates where to resume retrieving results on the next call to this operation. If no token is returned, these results represent the end of the list.
Definition at line 126 of file ListBuildsResult.h.