147 inline void SetForce(
bool value) { m_forceHasBeenSet =
true; m_force = value; }
158 bool m_snapshotIdentifierListHasBeenSet =
false;
160 int m_manualSnapshotRetentionPeriod;
161 bool m_manualSnapshotRetentionPeriodHasBeenSet =
false;
164 bool m_forceHasBeenSet =
false;
void SetSnapshotIdentifierList(const Aws::Vector< Aws::String > &value)
BatchModifyClusterSnapshotsRequest & AddSnapshotIdentifierList(Aws::String &&value)
BatchModifyClusterSnapshotsRequest & WithSnapshotIdentifierList(Aws::Vector< Aws::String > &&value)
BatchModifyClusterSnapshotsRequest & WithSnapshotIdentifierList(const Aws::Vector< Aws::String > &value)
BatchModifyClusterSnapshotsRequest & WithForce(bool value)
virtual const char * GetServiceRequestName() const override
AWS_REDSHIFT_API Aws::String SerializePayload() const override
BatchModifyClusterSnapshotsRequest & WithManualSnapshotRetentionPeriod(int value)
bool ForceHasBeenSet() const
BatchModifyClusterSnapshotsRequest & AddSnapshotIdentifierList(const Aws::String &value)
int GetManualSnapshotRetentionPeriod() const
const Aws::Vector< Aws::String > & GetSnapshotIdentifierList() const
AWS_REDSHIFT_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
bool SnapshotIdentifierListHasBeenSet() const
BatchModifyClusterSnapshotsRequest & AddSnapshotIdentifierList(const char *value)
void SetSnapshotIdentifierList(Aws::Vector< Aws::String > &&value)
void SetManualSnapshotRetentionPeriod(int value)
bool ManualSnapshotRetentionPeriodHasBeenSet() const
AWS_REDSHIFT_API BatchModifyClusterSnapshotsRequest()
void SetForce(bool value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector