7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/iot/model/OutgoingCertificate.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
48 template<
typename OutgoingCertificatesT = Aws::Vector<OutgoingCertificate>>
49 void SetOutgoingCertificates(OutgoingCertificatesT&& value) { m_outgoingCertificatesHasBeenSet =
true; m_outgoingCertificates = std::forward<OutgoingCertificatesT>(value); }
50 template<
typename OutgoingCertificatesT = Aws::Vector<OutgoingCertificate>>
52 template<
typename OutgoingCertificatesT = OutgoingCertificate>
61 template<
typename NextMarkerT = Aws::String>
62 void SetNextMarker(NextMarkerT&& value) { m_nextMarkerHasBeenSet =
true; m_nextMarker = std::forward<NextMarkerT>(value); }
63 template<
typename NextMarkerT = Aws::String>
70 template<
typename RequestIdT = Aws::String>
71 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
72 template<
typename RequestIdT = Aws::String>
78 bool m_outgoingCertificatesHasBeenSet =
false;
81 bool m_nextMarkerHasBeenSet =
false;
84 bool m_requestIdHasBeenSet =
false;
AWS_IOT_API ListOutgoingCertificatesResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_IOT_API ListOutgoingCertificatesResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_IOT_API ListOutgoingCertificatesResult()=default
ListOutgoingCertificatesResult & WithNextMarker(NextMarkerT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetNextMarker() const
const Aws::String & GetRequestId() const
void SetNextMarker(NextMarkerT &&value)
ListOutgoingCertificatesResult & WithRequestId(RequestIdT &&value)
ListOutgoingCertificatesResult & AddOutgoingCertificates(OutgoingCertificatesT &&value)
const Aws::Vector< OutgoingCertificate > & GetOutgoingCertificates() const
ListOutgoingCertificatesResult & WithOutgoingCertificates(OutgoingCertificatesT &&value)
void SetOutgoingCertificates(OutgoingCertificatesT &&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