7#include <aws/appconfig/AppConfig_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/appconfig/model/DeploymentSummary.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
58 inline void SetNextToken(
const char* value) { m_nextToken.assign(value); }
69 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
void SetRequestId(Aws::String &&value)
const Aws::Vector< DeploymentSummary > & GetItems() const
ListDeploymentsResult & WithNextToken(const Aws::String &value)
ListDeploymentsResult & WithRequestId(Aws::String &&value)
void SetNextToken(const Aws::String &value)
const Aws::String & GetNextToken() const
ListDeploymentsResult & WithItems(const Aws::Vector< DeploymentSummary > &value)
ListDeploymentsResult & WithNextToken(Aws::String &&value)
ListDeploymentsResult & WithRequestId(const char *value)
ListDeploymentsResult & WithNextToken(const char *value)
ListDeploymentsResult & WithRequestId(const Aws::String &value)
void SetRequestId(const Aws::String &value)
AWS_APPCONFIG_API ListDeploymentsResult()
void SetRequestId(const char *value)
void SetNextToken(Aws::String &&value)
void SetNextToken(const char *value)
void SetItems(Aws::Vector< DeploymentSummary > &&value)
ListDeploymentsResult & AddItems(const DeploymentSummary &value)
const Aws::String & GetRequestId() const
AWS_APPCONFIG_API ListDeploymentsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListDeploymentsResult & AddItems(DeploymentSummary &&value)
ListDeploymentsResult & WithItems(Aws::Vector< DeploymentSummary > &&value)
AWS_APPCONFIG_API ListDeploymentsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetItems(const Aws::Vector< DeploymentSummary > &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue