AWS SDK for C++

AWS SDK for C++ Version 1.11.817

Loading...
Searching...
No Matches
DataRecoveryTargets.h
1
6#pragma once
7#include <aws/resiliencehubv2/Resiliencehubv2_EXPORTS.h>
8
9namespace Aws {
10namespace Utils {
11namespace Json {
12class JsonValue;
13class JsonView;
14} // namespace Json
15} // namespace Utils
16namespace resiliencehubv2 {
17namespace Model {
18
26 public:
27 AWS_RESILIENCEHUBV2_API DataRecoveryTargets() = default;
28 AWS_RESILIENCEHUBV2_API DataRecoveryTargets(Aws::Utils::Json::JsonView jsonValue);
29 AWS_RESILIENCEHUBV2_API DataRecoveryTargets& operator=(Aws::Utils::Json::JsonView jsonValue);
30 AWS_RESILIENCEHUBV2_API Aws::Utils::Json::JsonValue Jsonize() const;
31
33
36 inline int GetTimeBetweenBackupsInMinutes() const { return m_timeBetweenBackupsInMinutes; }
37 inline bool TimeBetweenBackupsInMinutesHasBeenSet() const { return m_timeBetweenBackupsInMinutesHasBeenSet; }
38 inline void SetTimeBetweenBackupsInMinutes(int value) {
39 m_timeBetweenBackupsInMinutesHasBeenSet = true;
40 m_timeBetweenBackupsInMinutes = value;
41 }
44 return *this;
45 }
47 private:
48 int m_timeBetweenBackupsInMinutes{0};
49 bool m_timeBetweenBackupsInMinutesHasBeenSet = false;
50};
51
52} // namespace Model
53} // namespace resiliencehubv2
54} // namespace Aws
AWS_RESILIENCEHUBV2_API DataRecoveryTargets()=default
AWS_RESILIENCEHUBV2_API DataRecoveryTargets(Aws::Utils::Json::JsonView jsonValue)
AWS_RESILIENCEHUBV2_API DataRecoveryTargets & operator=(Aws::Utils::Json::JsonView jsonValue)
DataRecoveryTargets & WithTimeBetweenBackupsInMinutes(int value)
AWS_RESILIENCEHUBV2_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue