7#include <aws/redshift/Redshift_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/redshift/model/ResponseMetadata.h>
11#include <aws/redshift/model/SnapshotSchedule.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
63 inline void SetMarker(
const char* value) { m_marker.assign(value); }
DescribeSnapshotSchedulesResult & WithResponseMetadata(const ResponseMetadata &value)
const Aws::Vector< SnapshotSchedule > & GetSnapshotSchedules() const
DescribeSnapshotSchedulesResult & AddSnapshotSchedules(const SnapshotSchedule &value)
void SetSnapshotSchedules(const Aws::Vector< SnapshotSchedule > &value)
DescribeSnapshotSchedulesResult & WithSnapshotSchedules(const Aws::Vector< SnapshotSchedule > &value)
void SetSnapshotSchedules(Aws::Vector< SnapshotSchedule > &&value)
DescribeSnapshotSchedulesResult & AddSnapshotSchedules(SnapshotSchedule &&value)
void SetMarker(Aws::String &&value)
DescribeSnapshotSchedulesResult & WithMarker(const Aws::String &value)
DescribeSnapshotSchedulesResult & WithMarker(Aws::String &&value)
DescribeSnapshotSchedulesResult & WithMarker(const char *value)
void SetMarker(const char *value)
AWS_REDSHIFT_API DescribeSnapshotSchedulesResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
DescribeSnapshotSchedulesResult & WithResponseMetadata(ResponseMetadata &&value)
void SetMarker(const Aws::String &value)
const ResponseMetadata & GetResponseMetadata() const
DescribeSnapshotSchedulesResult & WithSnapshotSchedules(Aws::Vector< SnapshotSchedule > &&value)
AWS_REDSHIFT_API DescribeSnapshotSchedulesResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
void SetResponseMetadata(const ResponseMetadata &value)
AWS_REDSHIFT_API DescribeSnapshotSchedulesResult()
const Aws::String & GetMarker() const
void SetResponseMetadata(ResponseMetadata &&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