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 ApplicationsT = Aws::Vector<Aws::String>>
44 m_applicationsHasBeenSet =
true;
45 m_applications = std::forward<ApplicationsT>(value);
47 template <
typename ApplicationsT = Aws::Vector<Aws::String>>
52 template <
typename ApplicationsT = Aws::String>
54 m_applicationsHasBeenSet =
true;
55 m_applications.emplace_back(std::forward<ApplicationsT>(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_applicationsHasBeenSet =
false;
103 bool m_nextTokenHasBeenSet =
false;
104 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
void SetApplications(ApplicationsT &&value)
AWS_CODEDEPLOY_API ListApplicationsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Vector< Aws::String > & GetApplications() const
ListApplicationsResult & AddApplications(ApplicationsT &&value)
const Aws::String & GetRequestId() const
const Aws::String & GetNextToken() const
AWS_CODEDEPLOY_API ListApplicationsResult()=default
ListApplicationsResult & WithApplications(ApplicationsT &&value)
void SetNextToken(NextTokenT &&value)
ListApplicationsResult & WithRequestId(RequestIdT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
ListApplicationsResult & WithNextToken(NextTokenT &&value)
AWS_CODEDEPLOY_API ListApplicationsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue