/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The configuration for a streaming session’s upload storage.See
* Also:
AWS
* API Reference
Allows artists to upload files to their workstations. The only valid option
* is UPLOAD
.
Allows artists to upload files to their workstations. The only valid option
* is UPLOAD
.
Allows artists to upload files to their workstations. The only valid option
* is UPLOAD
.
Allows artists to upload files to their workstations. The only valid option
* is UPLOAD
.
Allows artists to upload files to their workstations. The only valid option
* is UPLOAD
.
Allows artists to upload files to their workstations. The only valid option
* is UPLOAD
.
Allows artists to upload files to their workstations. The only valid option
* is UPLOAD
.
Allows artists to upload files to their workstations. The only valid option
* is UPLOAD
.
The configuration for the upload storage root of the streaming session.
*/ inline const StreamingSessionStorageRoot& GetRoot() const{ return m_root; } /** *The configuration for the upload storage root of the streaming session.
*/ inline bool RootHasBeenSet() const { return m_rootHasBeenSet; } /** *The configuration for the upload storage root of the streaming session.
*/ inline void SetRoot(const StreamingSessionStorageRoot& value) { m_rootHasBeenSet = true; m_root = value; } /** *The configuration for the upload storage root of the streaming session.
*/ inline void SetRoot(StreamingSessionStorageRoot&& value) { m_rootHasBeenSet = true; m_root = std::move(value); } /** *The configuration for the upload storage root of the streaming session.
*/ inline StreamConfigurationSessionStorage& WithRoot(const StreamingSessionStorageRoot& value) { SetRoot(value); return *this;} /** *The configuration for the upload storage root of the streaming session.
*/ inline StreamConfigurationSessionStorage& WithRoot(StreamingSessionStorageRoot&& value) { SetRoot(std::move(value)); return *this;} private: Aws::Vector