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