7#include <aws/storagegateway/StorageGateway_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/storagegateway/model/Tag.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace StorageGateway
43 template<
typename VolumeARNT = Aws::String>
44 void SetVolumeARN(VolumeARNT&& value) { m_volumeARNHasBeenSet =
true; m_volumeARN = std::forward<VolumeARNT>(value); }
45 template<
typename VolumeARNT = Aws::String>
56 inline void SetStartAt(
int value) { m_startAtHasBeenSet =
true; m_startAt = value; }
65 inline void SetRecurrenceInHours(
int value) { m_recurrenceInHoursHasBeenSet =
true; m_recurrenceInHours = value; }
74 template<
typename DescriptionT = Aws::String>
75 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
76 template<
typename DescriptionT = Aws::String>
85 template<
typename TimezoneT = Aws::String>
86 void SetTimezone(TimezoneT&& value) { m_timezoneHasBeenSet =
true; m_timezone = std::forward<TimezoneT>(value); }
87 template<
typename TimezoneT = Aws::String>
99 template<
typename TagsT = Aws::Vector<Tag>>
100 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
101 template<
typename TagsT = Aws::Vector<Tag>>
103 template<
typename TagsT = Tag>
110 template<
typename RequestIdT = Aws::String>
111 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
112 template<
typename RequestIdT = Aws::String>
118 bool m_volumeARNHasBeenSet =
false;
121 bool m_startAtHasBeenSet =
false;
123 int m_recurrenceInHours{0};
124 bool m_recurrenceInHoursHasBeenSet =
false;
127 bool m_descriptionHasBeenSet =
false;
130 bool m_timezoneHasBeenSet =
false;
133 bool m_tagsHasBeenSet =
false;
136 bool m_requestIdHasBeenSet =
false;
DescribeSnapshotScheduleResult & WithVolumeARN(VolumeARNT &&value)
DescribeSnapshotScheduleResult & WithRecurrenceInHours(int value)
DescribeSnapshotScheduleResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetVolumeARN() const
void SetTags(TagsT &&value)
const Aws::String & GetTimezone() const
void SetStartAt(int value)
DescribeSnapshotScheduleResult & WithStartAt(int value)
void SetRequestId(RequestIdT &&value)
int GetRecurrenceInHours() const
AWS_STORAGEGATEWAY_API DescribeSnapshotScheduleResult()=default
DescribeSnapshotScheduleResult & WithDescription(DescriptionT &&value)
void SetVolumeARN(VolumeARNT &&value)
const Aws::String & GetDescription() const
AWS_STORAGEGATEWAY_API DescribeSnapshotScheduleResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeSnapshotScheduleResult & WithTags(TagsT &&value)
void SetTimezone(TimezoneT &&value)
const Aws::String & GetRequestId() const
const Aws::Vector< Tag > & GetTags() const
DescribeSnapshotScheduleResult & WithTimezone(TimezoneT &&value)
DescribeSnapshotScheduleResult & AddTags(TagsT &&value)
void SetDescription(DescriptionT &&value)
void SetRecurrenceInHours(int value)
AWS_STORAGEGATEWAY_API DescribeSnapshotScheduleResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue