AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
DestinationSettings.h
1
6#pragma once
7#include <aws/mediaconvert/MediaConvert_EXPORTS.h>
8#include <aws/mediaconvert/model/S3DestinationSettings.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace MediaConvert
22{
23namespace Model
24{
25
33 {
34 public:
35 AWS_MEDIACONVERT_API DestinationSettings() = default;
36 AWS_MEDIACONVERT_API DestinationSettings(Aws::Utils::Json::JsonView jsonValue);
38 AWS_MEDIACONVERT_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
45 inline const S3DestinationSettings& GetS3Settings() const { return m_s3Settings; }
46 inline bool S3SettingsHasBeenSet() const { return m_s3SettingsHasBeenSet; }
47 template<typename S3SettingsT = S3DestinationSettings>
48 void SetS3Settings(S3SettingsT&& value) { m_s3SettingsHasBeenSet = true; m_s3Settings = std::forward<S3SettingsT>(value); }
49 template<typename S3SettingsT = S3DestinationSettings>
50 DestinationSettings& WithS3Settings(S3SettingsT&& value) { SetS3Settings(std::forward<S3SettingsT>(value)); return *this;}
52 private:
53
54 S3DestinationSettings m_s3Settings;
55 bool m_s3SettingsHasBeenSet = false;
56 };
57
58} // namespace Model
59} // namespace MediaConvert
60} // namespace Aws
AWS_MEDIACONVERT_API DestinationSettings()=default
const S3DestinationSettings & GetS3Settings() const
AWS_MEDIACONVERT_API DestinationSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_MEDIACONVERT_API DestinationSettings(Aws::Utils::Json::JsonView jsonValue)
DestinationSettings & WithS3Settings(S3SettingsT &&value)
AWS_MEDIACONVERT_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue