7#include <aws/redshift/Redshift_EXPORTS.h>
8#include <aws/redshift/RedshiftRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename SnapshotIdentifierListT = Aws::Vector<Aws::String>>
47 void SetSnapshotIdentifierList(SnapshotIdentifierListT&& value) { m_snapshotIdentifierListHasBeenSet =
true; m_snapshotIdentifierList = std::forward<SnapshotIdentifierListT>(value); }
48 template<
typename SnapshotIdentifierListT = Aws::Vector<Aws::String>>
50 template<
typename SnapshotIdentifierListT = Aws::String>
75 inline bool GetForce()
const {
return m_force; }
77 inline void SetForce(
bool value) { m_forceHasBeenSet =
true; m_force = value; }
83 bool m_snapshotIdentifierListHasBeenSet =
false;
85 int m_manualSnapshotRetentionPeriod{0};
86 bool m_manualSnapshotRetentionPeriodHasBeenSet =
false;
89 bool m_forceHasBeenSet =
false;
void SetSnapshotIdentifierList(SnapshotIdentifierListT &&value)
AWS_REDSHIFT_API BatchModifyClusterSnapshotsRequest()=default
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
int GetManualSnapshotRetentionPeriod() const
BatchModifyClusterSnapshotsRequest & WithSnapshotIdentifierList(SnapshotIdentifierListT &&value)
const Aws::Vector< Aws::String > & GetSnapshotIdentifierList() const
BatchModifyClusterSnapshotsRequest & AddSnapshotIdentifierList(SnapshotIdentifierListT &&value)
AWS_REDSHIFT_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
bool SnapshotIdentifierListHasBeenSet() const
void SetManualSnapshotRetentionPeriod(int value)
bool ManualSnapshotRetentionPeriodHasBeenSet() const
void SetForce(bool value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector