AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ListTapesResult.h
1
6#pragma once
7#include <aws/storagegateway/StorageGateway_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/storagegateway/model/TapeInfo.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{
37 {
38 public:
39 AWS_STORAGEGATEWAY_API ListTapesResult();
42
43
45
46 inline const Aws::Vector<TapeInfo>& GetTapeInfos() const{ return m_tapeInfos; }
47 inline void SetTapeInfos(const Aws::Vector<TapeInfo>& value) { m_tapeInfos = value; }
48 inline void SetTapeInfos(Aws::Vector<TapeInfo>&& value) { m_tapeInfos = std::move(value); }
49 inline ListTapesResult& WithTapeInfos(const Aws::Vector<TapeInfo>& value) { SetTapeInfos(value); return *this;}
50 inline ListTapesResult& WithTapeInfos(Aws::Vector<TapeInfo>&& value) { SetTapeInfos(std::move(value)); return *this;}
51 inline ListTapesResult& AddTapeInfos(const TapeInfo& value) { m_tapeInfos.push_back(value); return *this; }
52 inline ListTapesResult& AddTapeInfos(TapeInfo&& value) { m_tapeInfos.push_back(std::move(value)); return *this; }
54
56
62 inline const Aws::String& GetMarker() const{ return m_marker; }
63 inline void SetMarker(const Aws::String& value) { m_marker = value; }
64 inline void SetMarker(Aws::String&& value) { m_marker = std::move(value); }
65 inline void SetMarker(const char* value) { m_marker.assign(value); }
66 inline ListTapesResult& WithMarker(const Aws::String& value) { SetMarker(value); return *this;}
67 inline ListTapesResult& WithMarker(Aws::String&& value) { SetMarker(std::move(value)); return *this;}
68 inline ListTapesResult& WithMarker(const char* value) { SetMarker(value); return *this;}
70
72
73 inline const Aws::String& GetRequestId() const{ return m_requestId; }
74 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
75 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
76 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
77 inline ListTapesResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
78 inline ListTapesResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
79 inline ListTapesResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
81 private:
82
83 Aws::Vector<TapeInfo> m_tapeInfos;
84
85 Aws::String m_marker;
86
87 Aws::String m_requestId;
88 };
89
90} // namespace Model
91} // namespace StorageGateway
92} // namespace Aws
ListTapesResult & WithTapeInfos(const Aws::Vector< TapeInfo > &value)
ListTapesResult & WithMarker(const Aws::String &value)
void SetRequestId(const Aws::String &value)
ListTapesResult & WithRequestId(const char *value)
void SetMarker(const Aws::String &value)
AWS_STORAGEGATEWAY_API ListTapesResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListTapesResult & AddTapeInfos(TapeInfo &&value)
const Aws::Vector< TapeInfo > & GetTapeInfos() const
ListTapesResult & WithRequestId(Aws::String &&value)
ListTapesResult & WithMarker(Aws::String &&value)
void SetTapeInfos(const Aws::Vector< TapeInfo > &value)
ListTapesResult & WithRequestId(const Aws::String &value)
void SetTapeInfos(Aws::Vector< TapeInfo > &&value)
AWS_STORAGEGATEWAY_API ListTapesResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_STORAGEGATEWAY_API ListTapesResult()
ListTapesResult & AddTapeInfos(const TapeInfo &value)
ListTapesResult & WithMarker(const char *value)
ListTapesResult & WithTapeInfos(Aws::Vector< TapeInfo > &&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