7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/drs/Drs_EXPORTS.h>
42 template <
typename EbsSnapshotsT = Aws::Vector<Aws::String>>
44 m_ebsSnapshotsHasBeenSet =
true;
45 m_ebsSnapshots = std::forward<EbsSnapshotsT>(value);
47 template <
typename EbsSnapshotsT = Aws::Vector<Aws::String>>
52 template <
typename EbsSnapshotsT = Aws::String>
54 m_ebsSnapshotsHasBeenSet =
true;
55 m_ebsSnapshots.emplace_back(std::forward<EbsSnapshotsT>(value));
66 template <
typename ExpectedTimestampT = Aws::String>
68 m_expectedTimestampHasBeenSet =
true;
69 m_expectedTimestamp = std::forward<ExpectedTimestampT>(value);
71 template <
typename ExpectedTimestampT = Aws::String>
84 template <
typename SnapshotIDT = Aws::String>
86 m_snapshotIDHasBeenSet =
true;
87 m_snapshotID = std::forward<SnapshotIDT>(value);
89 template <
typename SnapshotIDT = Aws::String>
102 template <
typename SourceServerIDT = Aws::String>
104 m_sourceServerIDHasBeenSet =
true;
105 m_sourceServerID = std::forward<SourceServerIDT>(value);
107 template <
typename SourceServerIDT = Aws::String>
120 template <
typename TimestampT = Aws::String>
122 m_timestampHasBeenSet =
true;
123 m_timestamp = std::forward<TimestampT>(value);
125 template <
typename TimestampT = Aws::String>
141 bool m_ebsSnapshotsHasBeenSet =
false;
142 bool m_expectedTimestampHasBeenSet =
false;
143 bool m_snapshotIDHasBeenSet =
false;
144 bool m_sourceServerIDHasBeenSet =
false;
145 bool m_timestampHasBeenSet =
false;
AWS_DRS_API RecoverySnapshot & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetSnapshotID(SnapshotIDT &&value)
const Aws::Vector< Aws::String > & GetEbsSnapshots() const
RecoverySnapshot & WithExpectedTimestamp(ExpectedTimestampT &&value)
AWS_DRS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetSourceServerID(SourceServerIDT &&value)
const Aws::String & GetSourceServerID() const
bool TimestampHasBeenSet() const
RecoverySnapshot & AddEbsSnapshots(EbsSnapshotsT &&value)
bool SourceServerIDHasBeenSet() const
const Aws::String & GetTimestamp() const
RecoverySnapshot & WithTimestamp(TimestampT &&value)
void SetExpectedTimestamp(ExpectedTimestampT &&value)
bool SnapshotIDHasBeenSet() const
AWS_DRS_API RecoverySnapshot()=default
void SetEbsSnapshots(EbsSnapshotsT &&value)
void SetTimestamp(TimestampT &&value)
const Aws::String & GetExpectedTimestamp() const
RecoverySnapshot & WithSnapshotID(SnapshotIDT &&value)
bool ExpectedTimestampHasBeenSet() const
RecoverySnapshot & WithSourceServerID(SourceServerIDT &&value)
bool EbsSnapshotsHasBeenSet() const
AWS_DRS_API RecoverySnapshot(Aws::Utils::Json::JsonView jsonValue)
RecoverySnapshot & WithEbsSnapshots(EbsSnapshotsT &&value)
const Aws::String & GetSnapshotID() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue