7#include <aws/redshift/Redshift_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/redshift/model/ResponseMetadata.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/redshift/model/SnapshotErrorMessage.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
BatchDeleteClusterSnapshotsResult & AddResources(const char *value)
BatchDeleteClusterSnapshotsResult & WithResponseMetadata(const ResponseMetadata &value)
BatchDeleteClusterSnapshotsResult & WithResponseMetadata(ResponseMetadata &&value)
BatchDeleteClusterSnapshotsResult & AddResources(Aws::String &&value)
BatchDeleteClusterSnapshotsResult & AddErrors(SnapshotErrorMessage &&value)
BatchDeleteClusterSnapshotsResult & AddResources(const Aws::String &value)
void SetResources(Aws::Vector< Aws::String > &&value)
const ResponseMetadata & GetResponseMetadata() const
BatchDeleteClusterSnapshotsResult & WithErrors(const Aws::Vector< SnapshotErrorMessage > &value)
BatchDeleteClusterSnapshotsResult & WithResources(Aws::Vector< Aws::String > &&value)
void SetErrors(const Aws::Vector< SnapshotErrorMessage > &value)
AWS_REDSHIFT_API BatchDeleteClusterSnapshotsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
AWS_REDSHIFT_API BatchDeleteClusterSnapshotsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
void SetResponseMetadata(ResponseMetadata &&value)
AWS_REDSHIFT_API BatchDeleteClusterSnapshotsResult()
void SetResources(const Aws::Vector< Aws::String > &value)
const Aws::Vector< Aws::String > & GetResources() const
BatchDeleteClusterSnapshotsResult & WithResources(const Aws::Vector< Aws::String > &value)
const Aws::Vector< SnapshotErrorMessage > & GetErrors() const
BatchDeleteClusterSnapshotsResult & WithErrors(Aws::Vector< SnapshotErrorMessage > &&value)
BatchDeleteClusterSnapshotsResult & AddErrors(const SnapshotErrorMessage &value)
void SetResponseMetadata(const ResponseMetadata &value)
void SetErrors(Aws::Vector< SnapshotErrorMessage > &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Xml::XmlDocument XmlDocument