7#include <aws/codedeploy/CodeDeploy_EXPORTS.h>
8#include <aws/core/http/HttpResponse.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template <
typename DeploymentsT = Aws::Vector<Aws::String>>
44 m_deploymentsHasBeenSet =
true;
45 m_deployments = std::forward<DeploymentsT>(value);
47 template <
typename DeploymentsT = Aws::Vector<Aws::String>>
52 template <
typename DeploymentsT = Aws::String>
54 m_deploymentsHasBeenSet =
true;
55 m_deployments.emplace_back(std::forward<DeploymentsT>(value));
67 template <
typename NextTokenT = Aws::String>
69 m_nextTokenHasBeenSet =
true;
70 m_nextToken = std::forward<NextTokenT>(value);
72 template <
typename NextTokenT = Aws::String>
82 template <
typename RequestIdT = Aws::String>
84 m_requestIdHasBeenSet =
true;
85 m_requestId = std::forward<RequestIdT>(value);
87 template <
typename RequestIdT = Aws::String>
102 bool m_deploymentsHasBeenSet =
false;
103 bool m_nextTokenHasBeenSet =
false;
104 bool m_requestIdHasBeenSet =
false;
void SetNextToken(NextTokenT &&value)
const Aws::String & GetNextToken() const
ListDeploymentsResult & WithNextToken(NextTokenT &&value)
const Aws::String & GetRequestId() const
void SetRequestId(RequestIdT &&value)
AWS_CODEDEPLOY_API ListDeploymentsResult()=default
ListDeploymentsResult & WithRequestId(RequestIdT &&value)
AWS_CODEDEPLOY_API ListDeploymentsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetDeployments(DeploymentsT &&value)
AWS_CODEDEPLOY_API ListDeploymentsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListDeploymentsResult & AddDeployments(DeploymentsT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
ListDeploymentsResult & WithDeployments(DeploymentsT &&value)
const Aws::Vector< Aws::String > & GetDeployments() 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