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/redshift/model/DeleteClusterSnapshotMessage.h>
46 template<
typename IdentifiersT = Aws::Vector<DeleteClusterSnapshotMessage>>
47 void SetIdentifiers(IdentifiersT&& value) { m_identifiersHasBeenSet =
true; m_identifiers = std::forward<IdentifiersT>(value); }
48 template<
typename IdentifiersT = Aws::Vector<DeleteClusterSnapshotMessage>>
50 template<
typename IdentifiersT = DeleteClusterSnapshotMessage>
56 bool m_identifiersHasBeenSet =
false;
AWS_REDSHIFT_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
bool IdentifiersHasBeenSet() const
AWS_REDSHIFT_API Aws::String SerializePayload() const override
AWS_REDSHIFT_API BatchDeleteClusterSnapshotsRequest()=default
BatchDeleteClusterSnapshotsRequest & AddIdentifiers(IdentifiersT &&value)
virtual const char * GetServiceRequestName() const override
BatchDeleteClusterSnapshotsRequest & WithIdentifiers(IdentifiersT &&value)
const Aws::Vector< DeleteClusterSnapshotMessage > & GetIdentifiers() const
void SetIdentifiers(IdentifiersT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector