7#include <aws/codedeploy/CodeDeploy_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
48 template<
typename DeploymentConfigsListT = Aws::Vector<Aws::String>>
49 void SetDeploymentConfigsList(DeploymentConfigsListT&& value) { m_deploymentConfigsListHasBeenSet =
true; m_deploymentConfigsList = std::forward<DeploymentConfigsListT>(value); }
50 template<
typename DeploymentConfigsListT = Aws::Vector<Aws::String>>
52 template<
typename DeploymentConfigsListT = Aws::String>
63 template<
typename NextTokenT = Aws::String>
64 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
65 template<
typename NextTokenT = Aws::String>
72 template<
typename RequestIdT = Aws::String>
73 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
74 template<
typename RequestIdT = Aws::String>
80 bool m_deploymentConfigsListHasBeenSet =
false;
83 bool m_nextTokenHasBeenSet =
false;
86 bool m_requestIdHasBeenSet =
false;
AWS_CODEDEPLOY_API ListDeploymentConfigsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetDeploymentConfigsList(DeploymentConfigsListT &&value)
const Aws::String & GetNextToken() const
ListDeploymentConfigsResult & WithRequestId(RequestIdT &&value)
void SetNextToken(NextTokenT &&value)
AWS_CODEDEPLOY_API ListDeploymentConfigsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Vector< Aws::String > & GetDeploymentConfigsList() const
void SetRequestId(RequestIdT &&value)
ListDeploymentConfigsResult & AddDeploymentConfigsList(DeploymentConfigsListT &&value)
ListDeploymentConfigsResult & WithDeploymentConfigsList(DeploymentConfigsListT &&value)
ListDeploymentConfigsResult & WithNextToken(NextTokenT &&value)
const Aws::String & GetRequestId() const
AWS_CODEDEPLOY_API ListDeploymentConfigsResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue