7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/lightsail/Lightsail_EXPORTS.h>
10#include <aws/lightsail/model/CertificateSummary.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
36 template <
typename CertificatesT = Aws::Vector<CertificateSummary>>
38 m_certificatesHasBeenSet =
true;
39 m_certificates = std::forward<CertificatesT>(value);
41 template <
typename CertificatesT = Aws::Vector<CertificateSummary>>
46 template <
typename CertificatesT = CertificateSummary>
48 m_certificatesHasBeenSet =
true;
49 m_certificates.emplace_back(std::forward<CertificatesT>(value));
62 template <
typename NextPageTokenT = Aws::String>
64 m_nextPageTokenHasBeenSet =
true;
65 m_nextPageToken = std::forward<NextPageTokenT>(value);
67 template <
typename NextPageTokenT = Aws::String>
77 template <
typename RequestIdT = Aws::String>
79 m_requestIdHasBeenSet =
true;
80 m_requestId = std::forward<RequestIdT>(value);
82 template <
typename RequestIdT = Aws::String>
90 bool m_certificatesHasBeenSet =
false;
93 bool m_nextPageTokenHasBeenSet =
false;
96 bool m_requestIdHasBeenSet =
false;
void SetNextPageToken(NextPageTokenT &&value)
GetCertificatesResult & WithRequestId(RequestIdT &&value)
void SetCertificates(CertificatesT &&value)
GetCertificatesResult & WithCertificates(CertificatesT &&value)
GetCertificatesResult & WithNextPageToken(NextPageTokenT &&value)
void SetRequestId(RequestIdT &&value)
AWS_LIGHTSAIL_API GetCertificatesResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_LIGHTSAIL_API GetCertificatesResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Vector< CertificateSummary > & GetCertificates() const
const Aws::String & GetNextPageToken() const
AWS_LIGHTSAIL_API GetCertificatesResult()=default
const Aws::String & GetRequestId() const
GetCertificatesResult & AddCertificates(CertificatesT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue