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