7#include <aws/drs/Drs_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
50 inline void SetRecoverySnapshotID(
const char* value) { m_recoverySnapshotIDHasBeenSet =
true; m_recoverySnapshotID.assign(value); }
64 inline void SetSourceServerID(
const char* value) { m_sourceServerIDHasBeenSet =
true; m_sourceServerID.assign(value); }
72 bool m_recoverySnapshotIDHasBeenSet =
false;
75 bool m_sourceServerIDHasBeenSet =
false;
StartRecoveryRequestSourceServer & WithSourceServerID(const Aws::String &value)
AWS_DRS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_DRS_API StartRecoveryRequestSourceServer()
void SetRecoverySnapshotID(Aws::String &&value)
const Aws::String & GetRecoverySnapshotID() const
StartRecoveryRequestSourceServer & WithSourceServerID(const char *value)
StartRecoveryRequestSourceServer & WithRecoverySnapshotID(Aws::String &&value)
StartRecoveryRequestSourceServer & WithRecoverySnapshotID(const char *value)
void SetRecoverySnapshotID(const Aws::String &value)
StartRecoveryRequestSourceServer & WithSourceServerID(Aws::String &&value)
void SetSourceServerID(const char *value)
AWS_DRS_API StartRecoveryRequestSourceServer(Aws::Utils::Json::JsonView jsonValue)
StartRecoveryRequestSourceServer & WithRecoverySnapshotID(const Aws::String &value)
bool SourceServerIDHasBeenSet() const
AWS_DRS_API StartRecoveryRequestSourceServer & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetSourceServerID() const
void SetSourceServerID(Aws::String &&value)
void SetRecoverySnapshotID(const char *value)
void SetSourceServerID(const Aws::String &value)
bool RecoverySnapshotIDHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue