7#include <aws/storagegateway/StorageGateway_EXPORTS.h>
8#include <aws/storagegateway/StorageGatewayRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
15namespace StorageGateway
45 template<
typename GatewayARNT = Aws::String>
46 void SetGatewayARN(GatewayARNT&& value) { m_gatewayARNHasBeenSet =
true; m_gatewayARN = std::forward<GatewayARNT>(value); }
47 template<
typename GatewayARNT = Aws::String>
60 template<
typename TapeARNsT = Aws::Vector<Aws::String>>
61 void SetTapeARNs(TapeARNsT&& value) { m_tapeARNsHasBeenSet =
true; m_tapeARNs = std::forward<TapeARNsT>(value); }
62 template<
typename TapeARNsT = Aws::Vector<Aws::String>>
64 template<
typename TapeARNsT = Aws::String>
76 template<
typename MarkerT = Aws::String>
77 void SetMarker(MarkerT&& value) { m_markerHasBeenSet =
true; m_marker = std::forward<MarkerT>(value); }
78 template<
typename MarkerT = Aws::String>
88 inline int GetLimit()
const {
return m_limit; }
90 inline void SetLimit(
int value) { m_limitHasBeenSet =
true; m_limit = value; }
96 bool m_gatewayARNHasBeenSet =
false;
99 bool m_tapeARNsHasBeenSet =
false;
102 bool m_markerHasBeenSet =
false;
105 bool m_limitHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
DescribeTapesRequest & WithGatewayARN(GatewayARNT &&value)
void SetTapeARNs(TapeARNsT &&value)
bool GatewayARNHasBeenSet() const
DescribeTapesRequest & WithTapeARNs(TapeARNsT &&value)
AWS_STORAGEGATEWAY_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetMarker(MarkerT &&value)
bool TapeARNsHasBeenSet() const
DescribeTapesRequest & WithLimit(int value)
bool LimitHasBeenSet() const
DescribeTapesRequest & WithMarker(MarkerT &&value)
AWS_STORAGEGATEWAY_API DescribeTapesRequest()=default
const Aws::Vector< Aws::String > & GetTapeARNs() const
const Aws::String & GetMarker() const
DescribeTapesRequest & AddTapeARNs(TapeARNsT &&value)
bool MarkerHasBeenSet() const
const Aws::String & GetGatewayARN() const
AWS_STORAGEGATEWAY_API Aws::String SerializePayload() const override
void SetGatewayARN(GatewayARNT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector