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;
47 template<
typename ApplicationsT = Aws::Vector<Aws::String>>
48 void SetApplications(ApplicationsT&& value) { m_applicationsHasBeenSet =
true; m_applications = std::forward<ApplicationsT>(value); }
49 template<
typename ApplicationsT = Aws::Vector<Aws::String>>
51 template<
typename ApplicationsT = Aws::String>
62 template<
typename NextTokenT = Aws::String>
63 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
64 template<
typename NextTokenT = Aws::String>
71 template<
typename RequestIdT = Aws::String>
72 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
73 template<
typename RequestIdT = Aws::String>
79 bool m_applicationsHasBeenSet =
false;
82 bool m_nextTokenHasBeenSet =
false;
85 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