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>
76 inline bool GetForce()
const{
return m_force; }
78 inline void SetForce(
bool value) { m_forceHasBeenSet =
true; m_force = value; }
84 bool m_snapshotIdentifierListHasBeenSet =
false;
86 int m_manualSnapshotRetentionPeriod;
87 bool m_manualSnapshotRetentionPeriodHasBeenSet =
false;
90 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