/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Represents the output of a ListDeploymentConfigs
* operation.See Also:
AWS
* API Reference
A list of deployment configurations, including built-in configurations such
* as CodeDeployDefault.OneAtATime
.
A list of deployment configurations, including built-in configurations such
* as CodeDeployDefault.OneAtATime
.
A list of deployment configurations, including built-in configurations such
* as CodeDeployDefault.OneAtATime
.
A list of deployment configurations, including built-in configurations such
* as CodeDeployDefault.OneAtATime
.
A list of deployment configurations, including built-in configurations such
* as CodeDeployDefault.OneAtATime
.
A list of deployment configurations, including built-in configurations such
* as CodeDeployDefault.OneAtATime
.
A list of deployment configurations, including built-in configurations such
* as CodeDeployDefault.OneAtATime
.
A list of deployment configurations, including built-in configurations such
* as CodeDeployDefault.OneAtATime
.
If a large amount of information is returned, an identifier is also returned. * It can be used in a subsequent list deployment configurations call to return the * next set of deployment configurations in the list.
*/ inline const Aws::String& GetNextToken() const{ return m_nextToken; } /** *If a large amount of information is returned, an identifier is also returned. * It can be used in a subsequent list deployment configurations call to return the * next set of deployment configurations in the list.
*/ inline void SetNextToken(const Aws::String& value) { m_nextToken = value; } /** *If a large amount of information is returned, an identifier is also returned. * It can be used in a subsequent list deployment configurations call to return the * next set of deployment configurations in the list.
*/ inline void SetNextToken(Aws::String&& value) { m_nextToken = std::move(value); } /** *If a large amount of information is returned, an identifier is also returned. * It can be used in a subsequent list deployment configurations call to return the * next set of deployment configurations in the list.
*/ inline void SetNextToken(const char* value) { m_nextToken.assign(value); } /** *If a large amount of information is returned, an identifier is also returned. * It can be used in a subsequent list deployment configurations call to return the * next set of deployment configurations in the list.
*/ inline ListDeploymentConfigsResult& WithNextToken(const Aws::String& value) { SetNextToken(value); return *this;} /** *If a large amount of information is returned, an identifier is also returned. * It can be used in a subsequent list deployment configurations call to return the * next set of deployment configurations in the list.
*/ inline ListDeploymentConfigsResult& WithNextToken(Aws::String&& value) { SetNextToken(std::move(value)); return *this;} /** *If a large amount of information is returned, an identifier is also returned. * It can be used in a subsequent list deployment configurations call to return the * next set of deployment configurations in the list.
*/ inline ListDeploymentConfigsResult& WithNextToken(const char* value) { SetNextToken(value); return *this;} inline const Aws::String& GetRequestId() const{ return m_requestId; } inline void SetRequestId(const Aws::String& value) { m_requestId = value; } inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); } inline void SetRequestId(const char* value) { m_requestId.assign(value); } inline ListDeploymentConfigsResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;} inline ListDeploymentConfigsResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;} inline ListDeploymentConfigsResult& WithRequestId(const char* value) { SetRequestId(value); return *this;} private: Aws::Vector