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