16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
112 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