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 SetScheduleDefinitions(const Aws::Vector< Aws::String > &value)
ModifySnapshotScheduleResult & WithScheduleDescription(Aws::String &&value)
void SetNextInvocations(const Aws::Vector< Aws::Utils::DateTime > &value)
ModifySnapshotScheduleResult & AddAssociatedClusters(const ClusterAssociatedToSchedule &value)
ModifySnapshotScheduleResult & WithAssociatedClusterCount(int value)
void SetAssociatedClusters(Aws::Vector< ClusterAssociatedToSchedule > &&value)
const Aws::String & GetScheduleDescription() const
ModifySnapshotScheduleResult & WithTags(const Aws::Vector< Tag > &value)
AWS_REDSHIFT_API ModifySnapshotScheduleResult()
void SetResponseMetadata(const ResponseMetadata &value)
const ResponseMetadata & GetResponseMetadata() const
ModifySnapshotScheduleResult & AddAssociatedClusters(ClusterAssociatedToSchedule &&value)
const Aws::Vector< Tag > & GetTags() const
ModifySnapshotScheduleResult & WithAssociatedClusters(const Aws::Vector< ClusterAssociatedToSchedule > &value)
void SetScheduleIdentifier(const char *value)
ModifySnapshotScheduleResult & AddScheduleDefinitions(const Aws::String &value)
void SetAssociatedClusters(const Aws::Vector< ClusterAssociatedToSchedule > &value)
void SetResponseMetadata(ResponseMetadata &&value)
ModifySnapshotScheduleResult & WithNextInvocations(const Aws::Vector< Aws::Utils::DateTime > &value)
int GetAssociatedClusterCount() const
void SetScheduleDescription(const Aws::String &value)
AWS_REDSHIFT_API ModifySnapshotScheduleResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
ModifySnapshotScheduleResult & WithScheduleDefinitions(Aws::Vector< Aws::String > &&value)
ModifySnapshotScheduleResult & WithTags(Aws::Vector< Tag > &&value)
ModifySnapshotScheduleResult & WithScheduleIdentifier(const Aws::String &value)
ModifySnapshotScheduleResult & WithScheduleDescription(const Aws::String &value)
ModifySnapshotScheduleResult & AddScheduleDefinitions(Aws::String &&value)
void SetTags(const Aws::Vector< Tag > &value)
ModifySnapshotScheduleResult & WithScheduleIdentifier(Aws::String &&value)
const Aws::String & GetScheduleIdentifier() const
void SetAssociatedClusterCount(int value)
ModifySnapshotScheduleResult & WithAssociatedClusters(Aws::Vector< ClusterAssociatedToSchedule > &&value)
const Aws::Vector< Aws::String > & GetScheduleDefinitions() const
ModifySnapshotScheduleResult & WithNextInvocations(Aws::Vector< Aws::Utils::DateTime > &&value)
AWS_REDSHIFT_API ModifySnapshotScheduleResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
void SetScheduleDefinitions(Aws::Vector< Aws::String > &&value)
ModifySnapshotScheduleResult & WithScheduleDescription(const char *value)
void SetScheduleIdentifier(const Aws::String &value)
void SetScheduleDescription(const char *value)
ModifySnapshotScheduleResult & AddNextInvocations(const Aws::Utils::DateTime &value)
const Aws::Vector< Aws::Utils::DateTime > & GetNextInvocations() const
ModifySnapshotScheduleResult & WithScheduleIdentifier(const char *value)
const Aws::Vector< ClusterAssociatedToSchedule > & GetAssociatedClusters() const
ModifySnapshotScheduleResult & AddTags(Tag &&value)
void SetNextInvocations(Aws::Vector< Aws::Utils::DateTime > &&value)
void SetScheduleDescription(Aws::String &&value)
ModifySnapshotScheduleResult & AddNextInvocations(Aws::Utils::DateTime &&value)
ModifySnapshotScheduleResult & WithResponseMetadata(ResponseMetadata &&value)
void SetTags(Aws::Vector< Tag > &&value)
ModifySnapshotScheduleResult & WithScheduleDefinitions(const Aws::Vector< Aws::String > &value)
ModifySnapshotScheduleResult & AddTags(const Tag &value)
ModifySnapshotScheduleResult & WithResponseMetadata(const ResponseMetadata &value)
void SetScheduleIdentifier(Aws::String &&value)
ModifySnapshotScheduleResult & AddScheduleDefinitions(const char *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