7#include <aws/drs/Drs_EXPORTS.h>
8#include <aws/drs/DrsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 inline void SetSourceNetworkID(
const char* value) { m_sourceNetworkIDHasBeenSet =
true; m_sourceNetworkID.assign(value); }
51 bool m_sourceNetworkIDHasBeenSet =
false;
DeleteSourceNetworkRequest & WithSourceNetworkID(const Aws::String &value)
void SetSourceNetworkID(const Aws::String &value)
bool SourceNetworkIDHasBeenSet() const
virtual const char * GetServiceRequestName() const override
DeleteSourceNetworkRequest & WithSourceNetworkID(Aws::String &&value)
void SetSourceNetworkID(Aws::String &&value)
AWS_DRS_API Aws::String SerializePayload() const override
AWS_DRS_API DeleteSourceNetworkRequest()
const Aws::String & GetSourceNetworkID() const
void SetSourceNetworkID(const char *value)
DeleteSourceNetworkRequest & WithSourceNetworkID(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String