7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/drs/Drs_EXPORTS.h>
42 template <
typename RecoverySnapshotIDT = Aws::String>
44 m_recoverySnapshotIDHasBeenSet =
true;
45 m_recoverySnapshotID = std::forward<RecoverySnapshotIDT>(value);
47 template <
typename RecoverySnapshotIDT = Aws::String>
60 template <
typename SourceServerIDT = Aws::String>
62 m_sourceServerIDHasBeenSet =
true;
63 m_sourceServerID = std::forward<SourceServerIDT>(value);
65 template <
typename SourceServerIDT = Aws::String>
75 bool m_recoverySnapshotIDHasBeenSet =
false;
76 bool m_sourceServerIDHasBeenSet =
false;
AWS_DRS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_DRS_API StartRecoveryRequestSourceServer()=default
StartRecoveryRequestSourceServer & WithRecoverySnapshotID(RecoverySnapshotIDT &&value)
const Aws::String & GetRecoverySnapshotID() const
StartRecoveryRequestSourceServer & WithSourceServerID(SourceServerIDT &&value)
void SetRecoverySnapshotID(RecoverySnapshotIDT &&value)
AWS_DRS_API StartRecoveryRequestSourceServer(Aws::Utils::Json::JsonView jsonValue)
void SetSourceServerID(SourceServerIDT &&value)
bool SourceServerIDHasBeenSet() const
AWS_DRS_API StartRecoveryRequestSourceServer & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetSourceServerID() const
bool RecoverySnapshotIDHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue