7#include <aws/storagegateway/StorageGateway_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
23namespace StorageGateway
38 template<
typename FileShareARNT = Aws::String>
39 void SetFileShareARN(FileShareARNT&& value) { m_fileShareARNHasBeenSet =
true; m_fileShareARN = std::forward<FileShareARNT>(value); }
40 template<
typename FileShareARNT = Aws::String>
47 template<
typename NotificationIdT = Aws::String>
48 void SetNotificationId(NotificationIdT&& value) { m_notificationIdHasBeenSet =
true; m_notificationId = std::forward<NotificationIdT>(value); }
49 template<
typename NotificationIdT = Aws::String>
56 template<
typename RequestIdT = Aws::String>
57 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
58 template<
typename RequestIdT = Aws::String>
64 bool m_fileShareARNHasBeenSet =
false;
67 bool m_notificationIdHasBeenSet =
false;
70 bool m_requestIdHasBeenSet =
false;
AWS_STORAGEGATEWAY_API NotifyWhenUploadedResult()=default
AWS_STORAGEGATEWAY_API NotifyWhenUploadedResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetNotificationId(NotificationIdT &&value)
NotifyWhenUploadedResult & WithFileShareARN(FileShareARNT &&value)
void SetFileShareARN(FileShareARNT &&value)
const Aws::String & GetFileShareARN() const
AWS_STORAGEGATEWAY_API NotifyWhenUploadedResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetNotificationId() const
void SetRequestId(RequestIdT &&value)
NotifyWhenUploadedResult & WithNotificationId(NotificationIdT &&value)
const Aws::String & GetRequestId() const
NotifyWhenUploadedResult & WithRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue