7#include <aws/awstransfer/Transfer_EXPORTS.h>
8#include <aws/awstransfer/model/ListedCertificate.h>
9#include <aws/core/http/HttpResponse.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
37 template <
typename NextTokenT = Aws::String>
39 m_nextTokenHasBeenSet =
true;
40 m_nextToken = std::forward<NextTokenT>(value);
42 template <
typename NextTokenT = Aws::String>
55 template <
typename CertificatesT = Aws::Vector<ListedCertificate>>
57 m_certificatesHasBeenSet =
true;
58 m_certificates = std::forward<CertificatesT>(value);
60 template <
typename CertificatesT = Aws::Vector<ListedCertificate>>
65 template <
typename CertificatesT = ListedCertificate>
67 m_certificatesHasBeenSet =
true;
68 m_certificates.emplace_back(std::forward<CertificatesT>(value));
76 template <
typename RequestIdT = Aws::String>
78 m_requestIdHasBeenSet =
true;
79 m_requestId = std::forward<RequestIdT>(value);
81 template <
typename RequestIdT = Aws::String>
96 bool m_nextTokenHasBeenSet =
false;
97 bool m_certificatesHasBeenSet =
false;
98 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
AWS_TRANSFER_API ListCertificatesResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListCertificatesResult & WithCertificates(CertificatesT &&value)
AWS_TRANSFER_API ListCertificatesResult()=default
void SetCertificates(CertificatesT &&value)
AWS_TRANSFER_API ListCertificatesResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetNextToken() const
ListCertificatesResult & WithNextToken(NextTokenT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::String & GetRequestId() const
ListCertificatesResult & WithRequestId(RequestIdT &&value)
void SetNextToken(NextTokenT &&value)
ListCertificatesResult & AddCertificates(CertificatesT &&value)
const Aws::Vector< ListedCertificate > & GetCertificates() 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