7#include <aws/storagegateway/StorageGateway_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
23namespace StorageGateway
42 template<
typename PoolARNT = Aws::String>
43 void SetPoolARN(PoolARNT&& value) { m_poolARNHasBeenSet =
true; m_poolARN = std::forward<PoolARNT>(value); }
44 template<
typename PoolARNT = Aws::String>
51 template<
typename RequestIdT = Aws::String>
52 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
53 template<
typename RequestIdT = Aws::String>
59 bool m_poolARNHasBeenSet =
false;
62 bool m_requestIdHasBeenSet =
false;
CreateTapePoolResult & WithPoolARN(PoolARNT &&value)
void SetRequestId(RequestIdT &&value)
AWS_STORAGEGATEWAY_API CreateTapePoolResult()=default
void SetPoolARN(PoolARNT &&value)
AWS_STORAGEGATEWAY_API CreateTapePoolResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetPoolARN() const
CreateTapePoolResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
AWS_STORAGEGATEWAY_API CreateTapePoolResult & operator=(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