14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
117 inline void SetNextToken(
const char* value) { m_nextToken.assign(value); }
#define AWS_CODEDEPLOY_API
ListDeploymentConfigsResult & WithNextToken(const Aws::String &value)
AWS_CODEDEPLOY_API ListDeploymentConfigsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListDeploymentConfigsResult & WithNextToken(const char *value)
ListDeploymentConfigsResult & WithNextToken(Aws::String &&value)
const Aws::String & GetNextToken() const
void SetDeploymentConfigsList(Aws::Vector< Aws::String > &&value)
ListDeploymentConfigsResult & AddDeploymentConfigsList(const char *value)
AWS_CODEDEPLOY_API ListDeploymentConfigsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Vector< Aws::String > & GetDeploymentConfigsList() const
void SetNextToken(Aws::String &&value)
ListDeploymentConfigsResult & AddDeploymentConfigsList(Aws::String &&value)
void SetNextToken(const Aws::String &value)
ListDeploymentConfigsResult & AddDeploymentConfigsList(const Aws::String &value)
AWS_CODEDEPLOY_API ListDeploymentConfigsResult()
ListDeploymentConfigsResult & WithDeploymentConfigsList(const Aws::Vector< Aws::String > &value)
ListDeploymentConfigsResult & WithDeploymentConfigsList(Aws::Vector< Aws::String > &&value)
void SetDeploymentConfigsList(const Aws::Vector< Aws::String > &value)
void SetNextToken(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector