AWS SDK for C++

AWS SDK for C++ Version 1.11.607

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() = default;
40
41
43
44 inline const Aws::String& GetGatewayARN() const { return m_gatewayARN; }
45 template<typename GatewayARNT = Aws::String>
46 void SetGatewayARN(GatewayARNT&& value) { m_gatewayARNHasBeenSet = true; m_gatewayARN = std::forward<GatewayARNT>(value); }
47 template<typename GatewayARNT = Aws::String>
48 DescribeTapeRecoveryPointsResult& WithGatewayARN(GatewayARNT&& value) { SetGatewayARN(std::forward<GatewayARNT>(value)); return *this;}
50
52
56 inline const Aws::Vector<TapeRecoveryPointInfo>& GetTapeRecoveryPointInfos() const { return m_tapeRecoveryPointInfos; }
57 template<typename TapeRecoveryPointInfosT = Aws::Vector<TapeRecoveryPointInfo>>
58 void SetTapeRecoveryPointInfos(TapeRecoveryPointInfosT&& value) { m_tapeRecoveryPointInfosHasBeenSet = true; m_tapeRecoveryPointInfos = std::forward<TapeRecoveryPointInfosT>(value); }
59 template<typename TapeRecoveryPointInfosT = Aws::Vector<TapeRecoveryPointInfo>>
60 DescribeTapeRecoveryPointsResult& WithTapeRecoveryPointInfos(TapeRecoveryPointInfosT&& value) { SetTapeRecoveryPointInfos(std::forward<TapeRecoveryPointInfosT>(value)); return *this;}
61 template<typename TapeRecoveryPointInfosT = TapeRecoveryPointInfo>
62 DescribeTapeRecoveryPointsResult& AddTapeRecoveryPointInfos(TapeRecoveryPointInfosT&& value) { m_tapeRecoveryPointInfosHasBeenSet = true; m_tapeRecoveryPointInfos.emplace_back(std::forward<TapeRecoveryPointInfosT>(value)); return *this; }
64
66
73 inline const Aws::String& GetMarker() const { return m_marker; }
74 template<typename MarkerT = Aws::String>
75 void SetMarker(MarkerT&& value) { m_markerHasBeenSet = true; m_marker = std::forward<MarkerT>(value); }
76 template<typename MarkerT = Aws::String>
77 DescribeTapeRecoveryPointsResult& WithMarker(MarkerT&& value) { SetMarker(std::forward<MarkerT>(value)); return *this;}
79
81
82 inline const Aws::String& GetRequestId() const { return m_requestId; }
83 template<typename RequestIdT = Aws::String>
84 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet = true; m_requestId = std::forward<RequestIdT>(value); }
85 template<typename RequestIdT = Aws::String>
86 DescribeTapeRecoveryPointsResult& WithRequestId(RequestIdT&& value) { SetRequestId(std::forward<RequestIdT>(value)); return *this;}
88 private:
89
90 Aws::String m_gatewayARN;
91 bool m_gatewayARNHasBeenSet = false;
92
93 Aws::Vector<TapeRecoveryPointInfo> m_tapeRecoveryPointInfos;
94 bool m_tapeRecoveryPointInfosHasBeenSet = false;
95
96 Aws::String m_marker;
97 bool m_markerHasBeenSet = false;
98
99 Aws::String m_requestId;
100 bool m_requestIdHasBeenSet = false;
101 };
102
103} // namespace Model
104} // namespace StorageGateway
105} // namespace Aws
DescribeTapeRecoveryPointsResult & WithRequestId(RequestIdT &&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 & WithTapeRecoveryPointInfos(TapeRecoveryPointInfosT &&value)
DescribeTapeRecoveryPointsResult & WithGatewayARN(GatewayARNT &&value)
AWS_STORAGEGATEWAY_API DescribeTapeRecoveryPointsResult()=default
const Aws::Vector< TapeRecoveryPointInfo > & GetTapeRecoveryPointInfos() const
DescribeTapeRecoveryPointsResult & WithMarker(MarkerT &&value)
DescribeTapeRecoveryPointsResult & AddTapeRecoveryPointInfos(TapeRecoveryPointInfosT &&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