AWS SDK for C++

AWS SDK for C++ Version 1.11.719

Loading...
Searching...
No Matches
DestinationConfiguration.h
1
6#pragma once
7#include <aws/ivs/IVS_EXPORTS.h>
8#include <aws/ivs/model/S3DestinationConfiguration.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace IVS {
20namespace Model {
21
31 public:
32 AWS_IVS_API DestinationConfiguration() = default;
36
38
41 inline const S3DestinationConfiguration& GetS3() const { return m_s3; }
42 inline bool S3HasBeenSet() const { return m_s3HasBeenSet; }
43 template <typename S3T = S3DestinationConfiguration>
44 void SetS3(S3T&& value) {
45 m_s3HasBeenSet = true;
46 m_s3 = std::forward<S3T>(value);
47 }
48 template <typename S3T = S3DestinationConfiguration>
50 SetS3(std::forward<S3T>(value));
51 return *this;
52 }
54 private:
56 bool m_s3HasBeenSet = false;
57};
58
59} // namespace Model
60} // namespace IVS
61} // namespace Aws
DestinationConfiguration & WithS3(S3T &&value)
AWS_IVS_API Aws::Utils::Json::JsonValue Jsonize() const
const S3DestinationConfiguration & GetS3() const
AWS_IVS_API DestinationConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_IVS_API DestinationConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_IVS_API DestinationConfiguration()=default
Aws::Utils::Json::JsonValue JsonValue