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;
bool SourceNetworkIDHasBeenSet() const
void SetSourceNetworkID(SourceNetworkIDT &&value)
AWS_DRS_API StartSourceNetworkReplicationRequest()=default
AWS_DRS_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
const Aws::String & GetSourceNetworkID() const
StartSourceNetworkReplicationRequest & WithSourceNetworkID(SourceNetworkIDT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String