AWS SDK for C++

AWS SDK for C++ Version 1.11.754

Loading...
Searching...
No Matches
FrameCaptureS3Settings.h
1
6#pragma once
7#include <aws/medialive/MediaLive_EXPORTS.h>
8#include <aws/medialive/model/S3CannedAcl.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace MediaLive {
20namespace Model {
21
28 public:
29 AWS_MEDIALIVE_API FrameCaptureS3Settings() = default;
32 AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const;
33
35
38 inline S3CannedAcl GetCannedAcl() const { return m_cannedAcl; }
39 inline bool CannedAclHasBeenSet() const { return m_cannedAclHasBeenSet; }
40 inline void SetCannedAcl(S3CannedAcl value) {
41 m_cannedAclHasBeenSet = true;
42 m_cannedAcl = value;
43 }
45 SetCannedAcl(value);
46 return *this;
47 }
49 private:
51 bool m_cannedAclHasBeenSet = false;
52};
53
54} // namespace Model
55} // namespace MediaLive
56} // namespace Aws
AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_MEDIALIVE_API FrameCaptureS3Settings(Aws::Utils::Json::JsonView jsonValue)
FrameCaptureS3Settings & WithCannedAcl(S3CannedAcl value)
AWS_MEDIALIVE_API FrameCaptureS3Settings & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_MEDIALIVE_API FrameCaptureS3Settings()=default
Aws::Utils::Json::JsonValue JsonValue