7#include <aws/storagegateway/StorageGateway_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
23namespace StorageGateway
43 template<
typename FileShareARNT = Aws::String>
44 void SetFileShareARN(FileShareARNT&& value) { m_fileShareARNHasBeenSet =
true; m_fileShareARN = std::forward<FileShareARNT>(value); }
45 template<
typename FileShareARNT = Aws::String>
52 template<
typename NotificationIdT = Aws::String>
53 void SetNotificationId(NotificationIdT&& value) { m_notificationIdHasBeenSet =
true; m_notificationId = std::forward<NotificationIdT>(value); }
54 template<
typename NotificationIdT = Aws::String>
61 template<
typename RequestIdT = Aws::String>
62 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
63 template<
typename RequestIdT = Aws::String>
69 bool m_fileShareARNHasBeenSet =
false;
72 bool m_notificationIdHasBeenSet =
false;
75 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRequestId() const
RefreshCacheResult & WithRequestId(RequestIdT &&value)
RefreshCacheResult & WithNotificationId(NotificationIdT &&value)
const Aws::String & GetFileShareARN() const
RefreshCacheResult & WithFileShareARN(FileShareARNT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetNotificationId() const
AWS_STORAGEGATEWAY_API RefreshCacheResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetFileShareARN(FileShareARNT &&value)
AWS_STORAGEGATEWAY_API RefreshCacheResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_STORAGEGATEWAY_API RefreshCacheResult()=default
void SetNotificationId(NotificationIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue