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 SourceNetworkIDT = Aws::String>
42 void SetSourceNetworkID(SourceNetworkIDT&& value) { m_sourceNetworkIDHasBeenSet =
true; m_sourceNetworkID = std::forward<SourceNetworkIDT>(value); }
43 template<
typename SourceNetworkIDT = Aws::String>
49 bool m_sourceNetworkIDHasBeenSet =
false;
StopSourceNetworkReplicationRequest & WithSourceNetworkID(SourceNetworkIDT &&value)
virtual const char * GetServiceRequestName() const override
bool SourceNetworkIDHasBeenSet() const
const Aws::String & GetSourceNetworkID() const
void SetSourceNetworkID(SourceNetworkIDT &&value)
AWS_DRS_API StopSourceNetworkReplicationRequest()=default
AWS_DRS_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String