7#include <aws/storagegateway/StorageGateway_EXPORTS.h>
8#include <aws/storagegateway/StorageGatewayRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace StorageGateway
44 template<
typename TapeARNT = Aws::String>
45 void SetTapeARN(TapeARNT&& value) { m_tapeARNHasBeenSet =
true; m_tapeARN = std::forward<TapeARNT>(value); }
46 template<
typename TapeARNT = Aws::String>
60 template<
typename PoolIdT = Aws::String>
61 void SetPoolId(PoolIdT&& value) { m_poolIdHasBeenSet =
true; m_poolId = std::forward<PoolIdT>(value); }
62 template<
typename PoolIdT = Aws::String>
84 bool m_tapeARNHasBeenSet =
false;
87 bool m_poolIdHasBeenSet =
false;
89 bool m_bypassGovernanceRetention{
false};
90 bool m_bypassGovernanceRetentionHasBeenSet =
false;
const Aws::String & GetTapeARN() const
bool BypassGovernanceRetentionHasBeenSet() const
virtual const char * GetServiceRequestName() const override
AssignTapePoolRequest & WithBypassGovernanceRetention(bool value)
bool GetBypassGovernanceRetention() const
bool TapeARNHasBeenSet() const
bool PoolIdHasBeenSet() const
AssignTapePoolRequest & WithTapeARN(TapeARNT &&value)
AWS_STORAGEGATEWAY_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetTapeARN(TapeARNT &&value)
void SetPoolId(PoolIdT &&value)
AWS_STORAGEGATEWAY_API Aws::String SerializePayload() const override
void SetBypassGovernanceRetention(bool value)
AssignTapePoolRequest & WithPoolId(PoolIdT &&value)
const Aws::String & GetPoolId() const
AWS_STORAGEGATEWAY_API AssignTapePoolRequest()=default
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String