7#include <aws/drs/Drs_EXPORTS.h>
8#include <aws/drs/DrsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 template<
typename SourceServerIDT = Aws::String>
42 void SetSourceServerID(SourceServerIDT&& value) { m_sourceServerIDHasBeenSet =
true; m_sourceServerID = std::forward<SourceServerIDT>(value); }
43 template<
typename SourceServerIDT = Aws::String>
49 bool m_sourceServerIDHasBeenSet =
false;
AWS_DRS_API GetReplicationConfigurationRequest()=default
void SetSourceServerID(SourceServerIDT &&value)
bool SourceServerIDHasBeenSet() const
GetReplicationConfigurationRequest & WithSourceServerID(SourceServerIDT &&value)
const Aws::String & GetSourceServerID() const
AWS_DRS_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String