7#include <aws/storagegateway/StorageGateway_EXPORTS.h>
8#include <aws/storagegateway/StorageGatewayRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/storagegateway/model/Tag.h>
16namespace StorageGateway
54 template<
typename VolumeARNT = Aws::String>
55 void SetVolumeARN(VolumeARNT&& value) { m_volumeARNHasBeenSet =
true; m_volumeARN = std::forward<VolumeARNT>(value); }
56 template<
typename VolumeARNT = Aws::String>
68 inline void SetStartAt(
int value) { m_startAtHasBeenSet =
true; m_startAt = value; }
78 inline void SetRecurrenceInHours(
int value) { m_recurrenceInHoursHasBeenSet =
true; m_recurrenceInHours = value; }
89 template<
typename DescriptionT = Aws::String>
90 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
91 template<
typename DescriptionT = Aws::String>
105 template<
typename TagsT = Aws::Vector<Tag>>
106 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
107 template<
typename TagsT = Aws::Vector<Tag>>
109 template<
typename TagsT = Tag>
115 bool m_volumeARNHasBeenSet =
false;
118 bool m_startAtHasBeenSet =
false;
120 int m_recurrenceInHours{0};
121 bool m_recurrenceInHoursHasBeenSet =
false;
124 bool m_descriptionHasBeenSet =
false;
127 bool m_tagsHasBeenSet =
false;
UpdateSnapshotScheduleRequest & WithRecurrenceInHours(int value)
bool VolumeARNHasBeenSet() const
const Aws::String & GetDescription() const
bool StartAtHasBeenSet() const
int GetRecurrenceInHours() const
void SetVolumeARN(VolumeARNT &&value)
UpdateSnapshotScheduleRequest & WithDescription(DescriptionT &&value)
virtual const char * GetServiceRequestName() const override
bool DescriptionHasBeenSet() const
bool TagsHasBeenSet() const
void SetDescription(DescriptionT &&value)
UpdateSnapshotScheduleRequest & WithVolumeARN(VolumeARNT &&value)
void SetRecurrenceInHours(int value)
void SetStartAt(int value)
const Aws::Vector< Tag > & GetTags() const
UpdateSnapshotScheduleRequest & WithTags(TagsT &&value)
void SetTags(TagsT &&value)
bool RecurrenceInHoursHasBeenSet() const
UpdateSnapshotScheduleRequest & WithStartAt(int value)
AWS_STORAGEGATEWAY_API UpdateSnapshotScheduleRequest()=default
const Aws::String & GetVolumeARN() const
AWS_STORAGEGATEWAY_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
UpdateSnapshotScheduleRequest & AddTags(TagsT &&value)
AWS_STORAGEGATEWAY_API Aws::String SerializePayload() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector