7#include <aws/lightsail/Lightsail_EXPORTS.h>
8#include <aws/lightsail/LightsailRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 template<
typename SourceSnapshotNameT = Aws::String>
44 void SetSourceSnapshotName(SourceSnapshotNameT&& value) { m_sourceSnapshotNameHasBeenSet =
true; m_sourceSnapshotName = std::forward<SourceSnapshotNameT>(value); }
45 template<
typename SourceSnapshotNameT = Aws::String>
51 bool m_sourceSnapshotNameHasBeenSet =
false;
AWS_LIGHTSAIL_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool SourceSnapshotNameHasBeenSet() const
AWS_LIGHTSAIL_API ExportSnapshotRequest()=default
AWS_LIGHTSAIL_API Aws::String SerializePayload() const override
void SetSourceSnapshotName(SourceSnapshotNameT &&value)
const Aws::String & GetSourceSnapshotName() const
virtual const char * GetServiceRequestName() const override
ExportSnapshotRequest & WithSourceSnapshotName(SourceSnapshotNameT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String