7#include <aws/storagegateway/StorageGateway_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
23namespace StorageGateway
40 template<
typename PoolARNT = Aws::String>
41 void SetPoolARN(PoolARNT&& value) { m_poolARNHasBeenSet =
true; m_poolARN = std::forward<PoolARNT>(value); }
42 template<
typename PoolARNT = Aws::String>
49 template<
typename RequestIdT = Aws::String>
50 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
51 template<
typename RequestIdT = Aws::String>
57 bool m_poolARNHasBeenSet =
false;
60 bool m_requestIdHasBeenSet =
false;
void SetPoolARN(PoolARNT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
const Aws::String & GetPoolARN() const
DeleteTapePoolResult & WithRequestId(RequestIdT &&value)
AWS_STORAGEGATEWAY_API DeleteTapePoolResult()=default
DeleteTapePoolResult & WithPoolARN(PoolARNT &&value)
AWS_STORAGEGATEWAY_API DeleteTapePoolResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_STORAGEGATEWAY_API DeleteTapePoolResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue