AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
NotifyWhenUploadedResult.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{
28 {
29 public:
30 AWS_STORAGEGATEWAY_API NotifyWhenUploadedResult();
33
34
36
37 inline const Aws::String& GetFileShareARN() const{ return m_fileShareARN; }
38 inline void SetFileShareARN(const Aws::String& value) { m_fileShareARN = value; }
39 inline void SetFileShareARN(Aws::String&& value) { m_fileShareARN = std::move(value); }
40 inline void SetFileShareARN(const char* value) { m_fileShareARN.assign(value); }
41 inline NotifyWhenUploadedResult& WithFileShareARN(const Aws::String& value) { SetFileShareARN(value); return *this;}
42 inline NotifyWhenUploadedResult& WithFileShareARN(Aws::String&& value) { SetFileShareARN(std::move(value)); return *this;}
43 inline NotifyWhenUploadedResult& WithFileShareARN(const char* value) { SetFileShareARN(value); return *this;}
45
47
48 inline const Aws::String& GetNotificationId() const{ return m_notificationId; }
49 inline void SetNotificationId(const Aws::String& value) { m_notificationId = value; }
50 inline void SetNotificationId(Aws::String&& value) { m_notificationId = std::move(value); }
51 inline void SetNotificationId(const char* value) { m_notificationId.assign(value); }
52 inline NotifyWhenUploadedResult& WithNotificationId(const Aws::String& value) { SetNotificationId(value); return *this;}
53 inline NotifyWhenUploadedResult& WithNotificationId(Aws::String&& value) { SetNotificationId(std::move(value)); return *this;}
54 inline NotifyWhenUploadedResult& WithNotificationId(const char* value) { SetNotificationId(value); return *this;}
56
58
59 inline const Aws::String& GetRequestId() const{ return m_requestId; }
60 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
61 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
62 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
63 inline NotifyWhenUploadedResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
64 inline NotifyWhenUploadedResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
65 inline NotifyWhenUploadedResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
67 private:
68
69 Aws::String m_fileShareARN;
70
71 Aws::String m_notificationId;
72
73 Aws::String m_requestId;
74 };
75
76} // namespace Model
77} // namespace StorageGateway
78} // namespace Aws
NotifyWhenUploadedResult & WithRequestId(const char *value)
NotifyWhenUploadedResult & WithNotificationId(const Aws::String &value)
NotifyWhenUploadedResult & WithFileShareARN(Aws::String &&value)
AWS_STORAGEGATEWAY_API NotifyWhenUploadedResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
NotifyWhenUploadedResult & WithNotificationId(Aws::String &&value)
NotifyWhenUploadedResult & WithRequestId(const Aws::String &value)
AWS_STORAGEGATEWAY_API NotifyWhenUploadedResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
NotifyWhenUploadedResult & WithRequestId(Aws::String &&value)
NotifyWhenUploadedResult & WithFileShareARN(const char *value)
NotifyWhenUploadedResult & WithNotificationId(const char *value)
NotifyWhenUploadedResult & WithFileShareARN(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue