AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
DescribeTapeRecoveryPointsResult.h
1
6#pragma once
7#include <aws/storagegateway/StorageGateway_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/storagegateway/model/TapeRecoveryPointInfo.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 StorageGateway
26{
27namespace Model
28{
35 {
36 public:
37 AWS_STORAGEGATEWAY_API DescribeTapeRecoveryPointsResult();
40
41
43
44 inline const Aws::String& GetGatewayARN() const{ return m_gatewayARN; }
45 inline void SetGatewayARN(const Aws::String& value) { m_gatewayARN = value; }
46 inline void SetGatewayARN(Aws::String&& value) { m_gatewayARN = std::move(value); }
47 inline void SetGatewayARN(const char* value) { m_gatewayARN.assign(value); }
48 inline DescribeTapeRecoveryPointsResult& WithGatewayARN(const Aws::String& value) { SetGatewayARN(value); return *this;}
49 inline DescribeTapeRecoveryPointsResult& WithGatewayARN(Aws::String&& value) { SetGatewayARN(std::move(value)); return *this;}
50 inline DescribeTapeRecoveryPointsResult& WithGatewayARN(const char* value) { SetGatewayARN(value); return *this;}
52
54
58 inline const Aws::Vector<TapeRecoveryPointInfo>& GetTapeRecoveryPointInfos() const{ return m_tapeRecoveryPointInfos; }
59 inline void SetTapeRecoveryPointInfos(const Aws::Vector<TapeRecoveryPointInfo>& value) { m_tapeRecoveryPointInfos = value; }
60 inline void SetTapeRecoveryPointInfos(Aws::Vector<TapeRecoveryPointInfo>&& value) { m_tapeRecoveryPointInfos = std::move(value); }
63 inline DescribeTapeRecoveryPointsResult& AddTapeRecoveryPointInfos(const TapeRecoveryPointInfo& value) { m_tapeRecoveryPointInfos.push_back(value); return *this; }
64 inline DescribeTapeRecoveryPointsResult& AddTapeRecoveryPointInfos(TapeRecoveryPointInfo&& value) { m_tapeRecoveryPointInfos.push_back(std::move(value)); return *this; }
66
68
75 inline const Aws::String& GetMarker() const{ return m_marker; }
76 inline void SetMarker(const Aws::String& value) { m_marker = value; }
77 inline void SetMarker(Aws::String&& value) { m_marker = std::move(value); }
78 inline void SetMarker(const char* value) { m_marker.assign(value); }
79 inline DescribeTapeRecoveryPointsResult& WithMarker(const Aws::String& value) { SetMarker(value); return *this;}
80 inline DescribeTapeRecoveryPointsResult& WithMarker(Aws::String&& value) { SetMarker(std::move(value)); return *this;}
81 inline DescribeTapeRecoveryPointsResult& WithMarker(const char* value) { SetMarker(value); return *this;}
83
85
86 inline const Aws::String& GetRequestId() const{ return m_requestId; }
87 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
88 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
89 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
90 inline DescribeTapeRecoveryPointsResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
91 inline DescribeTapeRecoveryPointsResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
92 inline DescribeTapeRecoveryPointsResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
94 private:
95
96 Aws::String m_gatewayARN;
97
98 Aws::Vector<TapeRecoveryPointInfo> m_tapeRecoveryPointInfos;
99
100 Aws::String m_marker;
101
102 Aws::String m_requestId;
103 };
104
105} // namespace Model
106} // namespace StorageGateway
107} // namespace Aws
void SetTapeRecoveryPointInfos(const Aws::Vector< TapeRecoveryPointInfo > &value)
DescribeTapeRecoveryPointsResult & WithGatewayARN(Aws::String &&value)
DescribeTapeRecoveryPointsResult & WithRequestId(Aws::String &&value)
AWS_STORAGEGATEWAY_API DescribeTapeRecoveryPointsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_STORAGEGATEWAY_API DescribeTapeRecoveryPointsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeTapeRecoveryPointsResult & WithMarker(Aws::String &&value)
DescribeTapeRecoveryPointsResult & WithRequestId(const Aws::String &value)
DescribeTapeRecoveryPointsResult & WithGatewayARN(const char *value)
void SetTapeRecoveryPointInfos(Aws::Vector< TapeRecoveryPointInfo > &&value)
DescribeTapeRecoveryPointsResult & AddTapeRecoveryPointInfos(TapeRecoveryPointInfo &&value)
DescribeTapeRecoveryPointsResult & AddTapeRecoveryPointInfos(const TapeRecoveryPointInfo &value)
DescribeTapeRecoveryPointsResult & WithTapeRecoveryPointInfos(Aws::Vector< TapeRecoveryPointInfo > &&value)
DescribeTapeRecoveryPointsResult & WithRequestId(const char *value)
DescribeTapeRecoveryPointsResult & WithMarker(const char *value)
DescribeTapeRecoveryPointsResult & WithMarker(const Aws::String &value)
const Aws::Vector< TapeRecoveryPointInfo > & GetTapeRecoveryPointInfos() const
DescribeTapeRecoveryPointsResult & WithTapeRecoveryPointInfos(const Aws::Vector< TapeRecoveryPointInfo > &value)
DescribeTapeRecoveryPointsResult & WithGatewayARN(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