23 template<
typename RESULT_TYPE>
24 class AmazonWebServiceResult;
100 inline void SetNextMarker(
const char* value) { m_nextMarker.assign(value); }
const Aws::String & GetNextMarker() const
ListOutgoingCertificatesResult & WithNextMarker(const char *value)
void SetOutgoingCertificates(const Aws::Vector< OutgoingCertificate > &value)
ListOutgoingCertificatesResult & AddOutgoingCertificates(const OutgoingCertificate &value)
std::vector< T, Aws::Allocator< T > > Vector
ListOutgoingCertificatesResult & WithOutgoingCertificates(Aws::Vector< OutgoingCertificate > &&value)
ListOutgoingCertificatesResult & WithNextMarker(const Aws::String &value)
void SetNextMarker(Aws::String &&value)
void SetNextMarker(const char *value)
void SetOutgoingCertificates(Aws::Vector< OutgoingCertificate > &&value)
void SetNextMarker(const Aws::String &value)
ListOutgoingCertificatesResult & WithOutgoingCertificates(const Aws::Vector< OutgoingCertificate > &value)
const Aws::Vector< OutgoingCertificate > & GetOutgoingCertificates() const
ListOutgoingCertificatesResult & AddOutgoingCertificates(OutgoingCertificate &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
JSON (JavaScript Object Notation).
ListOutgoingCertificatesResult & WithNextMarker(Aws::String &&value)