7#include <aws/datasync/DataSync_EXPORTS.h>
8#include <aws/datasync/DataSyncRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
46 inline void SetStorageSystemArn(
const char* value) { m_storageSystemArnHasBeenSet =
true; m_storageSystemArn.assign(value); }
54 bool m_storageSystemArnHasBeenSet =
false;
AWS_DATASYNC_API RemoveStorageSystemRequest()
void SetStorageSystemArn(const Aws::String &value)
void SetStorageSystemArn(const char *value)
virtual const char * GetServiceRequestName() const override
void SetStorageSystemArn(Aws::String &&value)
AWS_DATASYNC_API Aws::String SerializePayload() const override
bool StorageSystemArnHasBeenSet() const
AWS_DATASYNC_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
RemoveStorageSystemRequest & WithStorageSystemArn(Aws::String &&value)
RemoveStorageSystemRequest & WithStorageSystemArn(const Aws::String &value)
const Aws::String & GetStorageSystemArn() const
RemoveStorageSystemRequest & WithStorageSystemArn(const char *value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String