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/Tag.h>
12#include <aws/core/utils/DateTime.h>
13#include <aws/redshift/model/ClusterAssociatedToSchedule.h>
18template<
typename RESULT_TYPE>
19class AmazonWebServiceResult;
156 int m_associatedClusterCount;
void SetAssociatedClusterCount(int value)
CreateSnapshotScheduleResult & WithScheduleDefinitions(const Aws::Vector< Aws::String > &value)
void SetScheduleDescription(Aws::String &&value)
CreateSnapshotScheduleResult & WithAssociatedClusters(Aws::Vector< ClusterAssociatedToSchedule > &&value)
CreateSnapshotScheduleResult & WithScheduleIdentifier(const Aws::String &value)
void SetScheduleDefinitions(Aws::Vector< Aws::String > &&value)
AWS_REDSHIFT_API CreateSnapshotScheduleResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
CreateSnapshotScheduleResult & AddScheduleDefinitions(const Aws::String &value)
CreateSnapshotScheduleResult & WithTags(Aws::Vector< Tag > &&value)
void SetScheduleDescription(const Aws::String &value)
CreateSnapshotScheduleResult & WithScheduleDescription(const Aws::String &value)
void SetTags(const Aws::Vector< Tag > &value)
void SetResponseMetadata(ResponseMetadata &&value)
void SetNextInvocations(Aws::Vector< Aws::Utils::DateTime > &&value)
CreateSnapshotScheduleResult & WithScheduleIdentifier(Aws::String &&value)
CreateSnapshotScheduleResult & WithNextInvocations(const Aws::Vector< Aws::Utils::DateTime > &value)
const ResponseMetadata & GetResponseMetadata() const
const Aws::Vector< Aws::Utils::DateTime > & GetNextInvocations() const
void SetScheduleIdentifier(Aws::String &&value)
void SetScheduleIdentifier(const Aws::String &value)
CreateSnapshotScheduleResult & AddAssociatedClusters(const ClusterAssociatedToSchedule &value)
void SetAssociatedClusters(Aws::Vector< ClusterAssociatedToSchedule > &&value)
void SetNextInvocations(const Aws::Vector< Aws::Utils::DateTime > &value)
const Aws::Vector< Tag > & GetTags() const
CreateSnapshotScheduleResult & WithScheduleIdentifier(const char *value)
CreateSnapshotScheduleResult & WithAssociatedClusterCount(int value)
CreateSnapshotScheduleResult & WithAssociatedClusters(const Aws::Vector< ClusterAssociatedToSchedule > &value)
void SetResponseMetadata(const ResponseMetadata &value)
const Aws::String & GetScheduleDescription() const
CreateSnapshotScheduleResult & AddScheduleDefinitions(Aws::String &&value)
CreateSnapshotScheduleResult & WithTags(const Aws::Vector< Tag > &value)
CreateSnapshotScheduleResult & WithNextInvocations(Aws::Vector< Aws::Utils::DateTime > &&value)
CreateSnapshotScheduleResult & AddAssociatedClusters(ClusterAssociatedToSchedule &&value)
CreateSnapshotScheduleResult & WithScheduleDescription(const char *value)
void SetScheduleIdentifier(const char *value)
void SetAssociatedClusters(const Aws::Vector< ClusterAssociatedToSchedule > &value)
const Aws::String & GetScheduleIdentifier() const
CreateSnapshotScheduleResult & AddScheduleDefinitions(const char *value)
AWS_REDSHIFT_API CreateSnapshotScheduleResult()
CreateSnapshotScheduleResult & AddNextInvocations(Aws::Utils::DateTime &&value)
const Aws::Vector< ClusterAssociatedToSchedule > & GetAssociatedClusters() const
int GetAssociatedClusterCount() const
void SetScheduleDescription(const char *value)
void SetTags(Aws::Vector< Tag > &&value)
void SetScheduleDefinitions(const Aws::Vector< Aws::String > &value)
CreateSnapshotScheduleResult & WithScheduleDefinitions(Aws::Vector< Aws::String > &&value)
CreateSnapshotScheduleResult & WithResponseMetadata(ResponseMetadata &&value)
const Aws::Vector< Aws::String > & GetScheduleDefinitions() const
CreateSnapshotScheduleResult & WithResponseMetadata(const ResponseMetadata &value)
CreateSnapshotScheduleResult & WithScheduleDescription(Aws::String &&value)
CreateSnapshotScheduleResult & AddTags(Tag &&value)
CreateSnapshotScheduleResult & AddTags(const Tag &value)
AWS_REDSHIFT_API CreateSnapshotScheduleResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
CreateSnapshotScheduleResult & AddNextInvocations(const Aws::Utils::DateTime &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