7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/ec2/EC2Request.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename AvailabilityZonesT = Aws::Vector<Aws::String>>
47 void SetAvailabilityZones(AvailabilityZonesT&& value) { m_availabilityZonesHasBeenSet =
true; m_availabilityZones = std::forward<AvailabilityZonesT>(value); }
48 template<
typename AvailabilityZonesT = Aws::Vector<Aws::String>>
50 template<
typename AvailabilityZonesT = Aws::String>
61 template<
typename SourceSnapshotIdsT = Aws::Vector<Aws::String>>
62 void SetSourceSnapshotIds(SourceSnapshotIdsT&& value) { m_sourceSnapshotIdsHasBeenSet =
true; m_sourceSnapshotIds = std::forward<SourceSnapshotIdsT>(value); }
63 template<
typename SourceSnapshotIdsT = Aws::Vector<Aws::String>>
65 template<
typename SourceSnapshotIdsT = Aws::String>
78 inline void SetDryRun(
bool value) { m_dryRunHasBeenSet =
true; m_dryRun = value; }
84 bool m_availabilityZonesHasBeenSet =
false;
87 bool m_sourceSnapshotIdsHasBeenSet =
false;
90 bool m_dryRunHasBeenSet =
false;
DisableFastSnapshotRestoresRequest & AddAvailabilityZones(AvailabilityZonesT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::Vector< Aws::String > & GetSourceSnapshotIds() const
const Aws::Vector< Aws::String > & GetAvailabilityZones() const
bool SourceSnapshotIdsHasBeenSet() const
bool DryRunHasBeenSet() const
AWS_EC2_API DisableFastSnapshotRestoresRequest()=default
void SetDryRun(bool value)
AWS_EC2_API Aws::String SerializePayload() const override
DisableFastSnapshotRestoresRequest & WithSourceSnapshotIds(SourceSnapshotIdsT &&value)
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
DisableFastSnapshotRestoresRequest & AddSourceSnapshotIds(SourceSnapshotIdsT &&value)
DisableFastSnapshotRestoresRequest & WithDryRun(bool value)
DisableFastSnapshotRestoresRequest & WithAvailabilityZones(AvailabilityZonesT &&value)
void SetAvailabilityZones(AvailabilityZonesT &&value)
bool AvailabilityZonesHasBeenSet() const
void SetSourceSnapshotIds(SourceSnapshotIdsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector