AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
DescribeTrustStoreRevocationsResult.h
1
6#pragma once
7#include <aws/elasticloadbalancingv2/ElasticLoadBalancingv2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/elasticloadbalancingv2/model/ResponseMetadata.h>
11#include <aws/elasticloadbalancingv2/model/DescribeTrustStoreRevocation.h>
12#include <utility>
13
14namespace Aws
15{
16template<typename RESULT_TYPE>
17class AmazonWebServiceResult;
18
19namespace Utils
20{
21namespace Xml
22{
23 class XmlDocument;
24} // namespace Xml
25} // namespace Utils
26namespace ElasticLoadBalancingv2
27{
28namespace Model
29{
31 {
32 public:
33 AWS_ELASTICLOADBALANCINGV2_API DescribeTrustStoreRevocationsResult();
36
37
39
42 inline const Aws::Vector<DescribeTrustStoreRevocation>& GetTrustStoreRevocations() const{ return m_trustStoreRevocations; }
43 inline void SetTrustStoreRevocations(const Aws::Vector<DescribeTrustStoreRevocation>& value) { m_trustStoreRevocations = value; }
44 inline void SetTrustStoreRevocations(Aws::Vector<DescribeTrustStoreRevocation>&& value) { m_trustStoreRevocations = std::move(value); }
47 inline DescribeTrustStoreRevocationsResult& AddTrustStoreRevocations(const DescribeTrustStoreRevocation& value) { m_trustStoreRevocations.push_back(value); return *this; }
48 inline DescribeTrustStoreRevocationsResult& AddTrustStoreRevocations(DescribeTrustStoreRevocation&& value) { m_trustStoreRevocations.push_back(std::move(value)); return *this; }
50
52
56 inline const Aws::String& GetNextMarker() const{ return m_nextMarker; }
57 inline void SetNextMarker(const Aws::String& value) { m_nextMarker = value; }
58 inline void SetNextMarker(Aws::String&& value) { m_nextMarker = std::move(value); }
59 inline void SetNextMarker(const char* value) { m_nextMarker.assign(value); }
60 inline DescribeTrustStoreRevocationsResult& WithNextMarker(const Aws::String& value) { SetNextMarker(value); return *this;}
61 inline DescribeTrustStoreRevocationsResult& WithNextMarker(Aws::String&& value) { SetNextMarker(std::move(value)); return *this;}
62 inline DescribeTrustStoreRevocationsResult& WithNextMarker(const char* value) { SetNextMarker(value); return *this;}
64
66
67 inline const ResponseMetadata& GetResponseMetadata() const{ return m_responseMetadata; }
68 inline void SetResponseMetadata(const ResponseMetadata& value) { m_responseMetadata = value; }
69 inline void SetResponseMetadata(ResponseMetadata&& value) { m_responseMetadata = std::move(value); }
73 private:
74
75 Aws::Vector<DescribeTrustStoreRevocation> m_trustStoreRevocations;
76
77 Aws::String m_nextMarker;
78
79 ResponseMetadata m_responseMetadata;
80 };
81
82} // namespace Model
83} // namespace ElasticLoadBalancingv2
84} // namespace Aws
const Aws::Vector< DescribeTrustStoreRevocation > & GetTrustStoreRevocations() const
void SetTrustStoreRevocations(const Aws::Vector< DescribeTrustStoreRevocation > &value)
AWS_ELASTICLOADBALANCINGV2_API DescribeTrustStoreRevocationsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
DescribeTrustStoreRevocationsResult & WithResponseMetadata(const ResponseMetadata &value)
AWS_ELASTICLOADBALANCINGV2_API DescribeTrustStoreRevocationsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
DescribeTrustStoreRevocationsResult & WithResponseMetadata(ResponseMetadata &&value)
DescribeTrustStoreRevocationsResult & WithTrustStoreRevocations(const Aws::Vector< DescribeTrustStoreRevocation > &value)
DescribeTrustStoreRevocationsResult & WithTrustStoreRevocations(Aws::Vector< DescribeTrustStoreRevocation > &&value)
DescribeTrustStoreRevocationsResult & WithNextMarker(const Aws::String &value)
void SetTrustStoreRevocations(Aws::Vector< DescribeTrustStoreRevocation > &&value)
DescribeTrustStoreRevocationsResult & AddTrustStoreRevocations(const DescribeTrustStoreRevocation &value)
DescribeTrustStoreRevocationsResult & AddTrustStoreRevocations(DescribeTrustStoreRevocation &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Xml::XmlDocument XmlDocument