7#include <aws/codedeploy/CodeDeploy_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
41 template <
typename DeploymentsT = Aws::Vector<Aws::String>>
43 m_deploymentsHasBeenSet =
true;
44 m_deployments = std::forward<DeploymentsT>(value);
46 template <
typename DeploymentsT = Aws::Vector<Aws::String>>
51 template <
typename DeploymentsT = Aws::String>
53 m_deploymentsHasBeenSet =
true;
54 m_deployments.emplace_back(std::forward<DeploymentsT>(value));
66 template <
typename NextTokenT = Aws::String>
68 m_nextTokenHasBeenSet =
true;
69 m_nextToken = std::forward<NextTokenT>(value);
71 template <
typename NextTokenT = Aws::String>
81 template <
typename RequestIdT = Aws::String>
83 m_requestIdHasBeenSet =
true;
84 m_requestId = std::forward<RequestIdT>(value);
86 template <
typename RequestIdT = Aws::String>
98 bool m_deploymentsHasBeenSet =
false;
99 bool m_nextTokenHasBeenSet =
false;
100 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)
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