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/DeploymentStrategy.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)
AWS_APPCONFIG_API ListDeploymentStrategiesResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListDeploymentStrategiesResult & WithNextToken(Aws::String &&value)
void SetNextToken(Aws::String &&value)
ListDeploymentStrategiesResult & WithRequestId(Aws::String &&value)
AWS_APPCONFIG_API ListDeploymentStrategiesResult()
const Aws::String & GetRequestId() const
void SetRequestId(const Aws::String &value)
void SetItems(Aws::Vector< DeploymentStrategy > &&value)
ListDeploymentStrategiesResult & WithRequestId(const Aws::String &value)
ListDeploymentStrategiesResult & WithItems(Aws::Vector< DeploymentStrategy > &&value)
ListDeploymentStrategiesResult & AddItems(DeploymentStrategy &&value)
ListDeploymentStrategiesResult & WithNextToken(const Aws::String &value)
void SetRequestId(const char *value)
AWS_APPCONFIG_API ListDeploymentStrategiesResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListDeploymentStrategiesResult & WithRequestId(const char *value)
const Aws::Vector< DeploymentStrategy > & GetItems() const
ListDeploymentStrategiesResult & WithItems(const Aws::Vector< DeploymentStrategy > &value)
void SetNextToken(const Aws::String &value)
ListDeploymentStrategiesResult & WithNextToken(const char *value)
void SetNextToken(const char *value)
ListDeploymentStrategiesResult & AddItems(const DeploymentStrategy &value)
void SetItems(const Aws::Vector< DeploymentStrategy > &value)
const Aws::String & GetNextToken() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue