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 ApplicationsT = Aws::Vector<Aws::String>>
43 m_applicationsHasBeenSet =
true;
44 m_applications = std::forward<ApplicationsT>(value);
46 template <
typename ApplicationsT = Aws::Vector<Aws::String>>
51 template <
typename ApplicationsT = Aws::String>
53 m_applicationsHasBeenSet =
true;
54 m_applications.emplace_back(std::forward<ApplicationsT>(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_applicationsHasBeenSet =
false;
99 bool m_nextTokenHasBeenSet =
false;
100 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)
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