7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/drs/DrsRequest.h>
9#include <aws/drs/Drs_EXPORTS.h>
38 template <
typename SourceServerIDT = Aws::String>
40 m_sourceServerIDHasBeenSet =
true;
41 m_sourceServerID = std::forward<SourceServerIDT>(value);
43 template <
typename SourceServerIDT = Aws::String>
51 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