7#include <aws/storagegateway/StorageGateway_EXPORTS.h>
8#include <aws/storagegateway/StorageGatewayRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace StorageGateway
43 template<
typename VolumeARNT = Aws::String>
44 void SetVolumeARN(VolumeARNT&& value) { m_volumeARNHasBeenSet =
true; m_volumeARN = std::forward<VolumeARNT>(value); }
45 template<
typename VolumeARNT = Aws::String>
51 bool m_volumeARNHasBeenSet =
false;
AWS_STORAGEGATEWAY_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetVolumeARN() const
virtual const char * GetServiceRequestName() const override
bool VolumeARNHasBeenSet() const
void SetVolumeARN(VolumeARNT &&value)
DeleteSnapshotScheduleRequest & WithVolumeARN(VolumeARNT &&value)
AWS_STORAGEGATEWAY_API DeleteSnapshotScheduleRequest()=default
AWS_STORAGEGATEWAY_API Aws::String SerializePayload() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String