7#include <aws/drs/Drs_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename RecoverySnapshotIDT = Aws::String>
49 void SetRecoverySnapshotID(RecoverySnapshotIDT&& value) { m_recoverySnapshotIDHasBeenSet =
true; m_recoverySnapshotID = std::forward<RecoverySnapshotIDT>(value); }
50 template<
typename RecoverySnapshotIDT = Aws::String>
60 template<
typename SourceServerIDT = Aws::String>
61 void SetSourceServerID(SourceServerIDT&& value) { m_sourceServerIDHasBeenSet =
true; m_sourceServerID = std::forward<SourceServerIDT>(value); }
62 template<
typename SourceServerIDT = Aws::String>
68 bool m_recoverySnapshotIDHasBeenSet =
false;
71 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