7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/redshift/RedshiftRequest.h>
9#include <aws/redshift/Redshift_EXPORTS.h>
10#include <aws/redshift/model/DeleteClusterSnapshotMessage.h>
42 template <
typename IdentifiersT = Aws::Vector<DeleteClusterSnapshotMessage>>
44 m_identifiersHasBeenSet =
true;
45 m_identifiers = std::forward<IdentifiersT>(value);
47 template <
typename IdentifiersT = Aws::Vector<DeleteClusterSnapshotMessage>>
52 template <
typename IdentifiersT = DeleteClusterSnapshotMessage>
54 m_identifiersHasBeenSet =
true;
55 m_identifiers.emplace_back(std::forward<IdentifiersT>(value));
61 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