14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
145 inline void SetNextToken(
const char* value) { m_nextToken.assign(value); }
#define AWS_CODEDEPLOY_API
void SetApplicationName(const char *value)
AWS_CODEDEPLOY_API ListDeploymentGroupsResult()
AWS_CODEDEPLOY_API ListDeploymentGroupsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetApplicationName(Aws::String &&value)
void SetDeploymentGroups(const Aws::Vector< Aws::String > &value)
void SetNextToken(const char *value)
const Aws::Vector< Aws::String > & GetDeploymentGroups() const
ListDeploymentGroupsResult & WithApplicationName(const Aws::String &value)
void SetNextToken(Aws::String &&value)
ListDeploymentGroupsResult & WithNextToken(Aws::String &&value)
const Aws::String & GetApplicationName() const
ListDeploymentGroupsResult & WithApplicationName(Aws::String &&value)
void SetDeploymentGroups(Aws::Vector< Aws::String > &&value)
ListDeploymentGroupsResult & WithDeploymentGroups(const Aws::Vector< Aws::String > &value)
AWS_CODEDEPLOY_API ListDeploymentGroupsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListDeploymentGroupsResult & AddDeploymentGroups(const Aws::String &value)
ListDeploymentGroupsResult & WithNextToken(const char *value)
ListDeploymentGroupsResult & WithDeploymentGroups(Aws::Vector< Aws::String > &&value)
ListDeploymentGroupsResult & WithNextToken(const Aws::String &value)
const Aws::String & GetNextToken() const
ListDeploymentGroupsResult & AddDeploymentGroups(Aws::String &&value)
ListDeploymentGroupsResult & WithApplicationName(const char *value)
ListDeploymentGroupsResult & AddDeploymentGroups(const char *value)
void SetNextToken(const Aws::String &value)
void SetApplicationName(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector