AWS SDK for C++

AWS SDK for C++ Version 1.11.717

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
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace MediaConvert {
20namespace Model {
21
29 public:
30 AWS_MEDIACONVERT_API DestinationSettings() = default;
31 AWS_MEDIACONVERT_API DestinationSettings(Aws::Utils::Json::JsonView jsonValue);
33 AWS_MEDIACONVERT_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
39 inline const S3DestinationSettings& GetS3Settings() const { return m_s3Settings; }
40 inline bool S3SettingsHasBeenSet() const { return m_s3SettingsHasBeenSet; }
41 template <typename S3SettingsT = S3DestinationSettings>
42 void SetS3Settings(S3SettingsT&& value) {
43 m_s3SettingsHasBeenSet = true;
44 m_s3Settings = std::forward<S3SettingsT>(value);
45 }
46 template <typename S3SettingsT = S3DestinationSettings>
47 DestinationSettings& WithS3Settings(S3SettingsT&& value) {
48 SetS3Settings(std::forward<S3SettingsT>(value));
49 return *this;
50 }
52 private:
53 S3DestinationSettings m_s3Settings;
54 bool m_s3SettingsHasBeenSet = false;
55};
56
57} // namespace Model
58} // namespace MediaConvert
59} // 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