AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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();
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 inline void SetS3Settings(const S3DestinationSettings& value) { m_s3SettingsHasBeenSet = true; m_s3Settings = value; }
48 inline void SetS3Settings(S3DestinationSettings&& value) { m_s3SettingsHasBeenSet = true; m_s3Settings = std::move(value); }
49 inline DestinationSettings& WithS3Settings(const S3DestinationSettings& value) { SetS3Settings(value); return *this;}
50 inline DestinationSettings& WithS3Settings(S3DestinationSettings&& value) { SetS3Settings(std::move(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
void SetS3Settings(S3DestinationSettings &&value)
const S3DestinationSettings & GetS3Settings() const
DestinationSettings & WithS3Settings(S3DestinationSettings &&value)
AWS_MEDIACONVERT_API DestinationSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_MEDIACONVERT_API DestinationSettings(Aws::Utils::Json::JsonView jsonValue)
void SetS3Settings(const S3DestinationSettings &value)
AWS_MEDIACONVERT_API Aws::Utils::Json::JsonValue Jsonize() const
DestinationSettings & WithS3Settings(const S3DestinationSettings &value)
Aws::Utils::Json::JsonValue JsonValue