AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
RefreshCacheResult.h
1
6#pragma once
7#include <aws/storagegateway/StorageGateway_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13template<typename RESULT_TYPE>
14class AmazonWebServiceResult;
15
16namespace Utils
17{
18namespace Json
19{
20 class JsonValue;
21} // namespace Json
22} // namespace Utils
23namespace StorageGateway
24{
25namespace Model
26{
33 {
34 public:
35 AWS_STORAGEGATEWAY_API RefreshCacheResult();
38
39
41
42 inline const Aws::String& GetFileShareARN() const{ return m_fileShareARN; }
43 inline void SetFileShareARN(const Aws::String& value) { m_fileShareARN = value; }
44 inline void SetFileShareARN(Aws::String&& value) { m_fileShareARN = std::move(value); }
45 inline void SetFileShareARN(const char* value) { m_fileShareARN.assign(value); }
46 inline RefreshCacheResult& WithFileShareARN(const Aws::String& value) { SetFileShareARN(value); return *this;}
47 inline RefreshCacheResult& WithFileShareARN(Aws::String&& value) { SetFileShareARN(std::move(value)); return *this;}
48 inline RefreshCacheResult& WithFileShareARN(const char* value) { SetFileShareARN(value); return *this;}
50
52
53 inline const Aws::String& GetNotificationId() const{ return m_notificationId; }
54 inline void SetNotificationId(const Aws::String& value) { m_notificationId = value; }
55 inline void SetNotificationId(Aws::String&& value) { m_notificationId = std::move(value); }
56 inline void SetNotificationId(const char* value) { m_notificationId.assign(value); }
57 inline RefreshCacheResult& WithNotificationId(const Aws::String& value) { SetNotificationId(value); return *this;}
58 inline RefreshCacheResult& WithNotificationId(Aws::String&& value) { SetNotificationId(std::move(value)); return *this;}
59 inline RefreshCacheResult& WithNotificationId(const char* value) { SetNotificationId(value); return *this;}
61
63
64 inline const Aws::String& GetRequestId() const{ return m_requestId; }
65 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
66 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
67 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
68 inline RefreshCacheResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
69 inline RefreshCacheResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
70 inline RefreshCacheResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
72 private:
73
74 Aws::String m_fileShareARN;
75
76 Aws::String m_notificationId;
77
78 Aws::String m_requestId;
79 };
80
81} // namespace Model
82} // namespace StorageGateway
83} // namespace Aws
RefreshCacheResult & WithFileShareARN(const Aws::String &value)
RefreshCacheResult & WithRequestId(const Aws::String &value)
RefreshCacheResult & WithFileShareARN(const char *value)
RefreshCacheResult & WithNotificationId(Aws::String &&value)
void SetNotificationId(const Aws::String &value)
AWS_STORAGEGATEWAY_API RefreshCacheResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
RefreshCacheResult & WithRequestId(const char *value)
RefreshCacheResult & WithFileShareARN(Aws::String &&value)
AWS_STORAGEGATEWAY_API RefreshCacheResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
RefreshCacheResult & WithRequestId(Aws::String &&value)
RefreshCacheResult & WithNotificationId(const char *value)
RefreshCacheResult & WithNotificationId(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue