7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/redshift/RedshiftRequest.h>
10#include <aws/redshift/Redshift_EXPORTS.h>
42 template <
typename SnapshotIdentifierListT = Aws::Vector<Aws::String>>
44 m_snapshotIdentifierListHasBeenSet =
true;
45 m_snapshotIdentifierList = std::forward<SnapshotIdentifierListT>(value);
47 template <
typename SnapshotIdentifierListT = Aws::Vector<Aws::String>>
52 template <
typename SnapshotIdentifierListT = Aws::String>
54 m_snapshotIdentifierListHasBeenSet =
true;
55 m_snapshotIdentifierList.emplace_back(std::forward<SnapshotIdentifierListT>(value));
73 m_manualSnapshotRetentionPeriodHasBeenSet =
true;
74 m_manualSnapshotRetentionPeriod = value;
87 inline bool GetForce()
const {
return m_force; }
90 m_forceHasBeenSet =
true;
101 int m_manualSnapshotRetentionPeriod{0};
104 bool m_snapshotIdentifierListHasBeenSet =
false;
105 bool m_manualSnapshotRetentionPeriodHasBeenSet =
false;
106 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