AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ListOutgoingCertificatesResult.h
1
6#pragma once
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>
11#include <utility>
12
13namespace Aws
14{
15template<typename RESULT_TYPE>
16class AmazonWebServiceResult;
17
18namespace Utils
19{
20namespace Json
21{
22 class JsonValue;
23} // namespace Json
24} // namespace Utils
25namespace IoT
26{
27namespace Model
28{
36 {
37 public:
41
42
44
47 inline const Aws::Vector<OutgoingCertificate>& GetOutgoingCertificates() const{ return m_outgoingCertificates; }
48 inline void SetOutgoingCertificates(const Aws::Vector<OutgoingCertificate>& value) { m_outgoingCertificates = value; }
49 inline void SetOutgoingCertificates(Aws::Vector<OutgoingCertificate>&& value) { m_outgoingCertificates = std::move(value); }
52 inline ListOutgoingCertificatesResult& AddOutgoingCertificates(const OutgoingCertificate& value) { m_outgoingCertificates.push_back(value); return *this; }
53 inline ListOutgoingCertificatesResult& AddOutgoingCertificates(OutgoingCertificate&& value) { m_outgoingCertificates.push_back(std::move(value)); return *this; }
55
57
60 inline const Aws::String& GetNextMarker() const{ return m_nextMarker; }
61 inline void SetNextMarker(const Aws::String& value) { m_nextMarker = value; }
62 inline void SetNextMarker(Aws::String&& value) { m_nextMarker = std::move(value); }
63 inline void SetNextMarker(const char* value) { m_nextMarker.assign(value); }
64 inline ListOutgoingCertificatesResult& WithNextMarker(const Aws::String& value) { SetNextMarker(value); return *this;}
65 inline ListOutgoingCertificatesResult& WithNextMarker(Aws::String&& value) { SetNextMarker(std::move(value)); return *this;}
66 inline ListOutgoingCertificatesResult& WithNextMarker(const char* value) { SetNextMarker(value); return *this;}
68
70
71 inline const Aws::String& GetRequestId() const{ return m_requestId; }
72 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
73 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
74 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
75 inline ListOutgoingCertificatesResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
76 inline ListOutgoingCertificatesResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
77 inline ListOutgoingCertificatesResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
79 private:
80
81 Aws::Vector<OutgoingCertificate> m_outgoingCertificates;
82
83 Aws::String m_nextMarker;
84
85 Aws::String m_requestId;
86 };
87
88} // namespace Model
89} // namespace IoT
90} // namespace Aws
AWS_IOT_API ListOutgoingCertificatesResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListOutgoingCertificatesResult & WithRequestId(const char *value)
AWS_IOT_API ListOutgoingCertificatesResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListOutgoingCertificatesResult & WithOutgoingCertificates(const Aws::Vector< OutgoingCertificate > &value)
ListOutgoingCertificatesResult & WithRequestId(Aws::String &&value)
ListOutgoingCertificatesResult & WithNextMarker(Aws::String &&value)
ListOutgoingCertificatesResult & AddOutgoingCertificates(OutgoingCertificate &&value)
ListOutgoingCertificatesResult & WithRequestId(const Aws::String &value)
ListOutgoingCertificatesResult & WithNextMarker(const char *value)
void SetOutgoingCertificates(Aws::Vector< OutgoingCertificate > &&value)
ListOutgoingCertificatesResult & WithOutgoingCertificates(Aws::Vector< OutgoingCertificate > &&value)
void SetOutgoingCertificates(const Aws::Vector< OutgoingCertificate > &value)
const Aws::Vector< OutgoingCertificate > & GetOutgoingCertificates() const
ListOutgoingCertificatesResult & AddOutgoingCertificates(const OutgoingCertificate &value)
ListOutgoingCertificatesResult & WithNextMarker(const Aws::String &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