AWS SDK for C++
AWS SDK for C++ Version 1.11.754
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-medialive
include
aws
medialive
model
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
12
namespace
Aws
{
13
namespace
Utils {
14
namespace
Json {
15
class
JsonValue
;
16
class
JsonView;
17
}
// namespace Json
18
}
// namespace Utils
19
namespace
MediaLive {
20
namespace
Model {
21
27
class
FrameCaptureS3Settings
{
28
public
:
29
AWS_MEDIALIVE_API
FrameCaptureS3Settings
() =
default
;
30
AWS_MEDIALIVE_API
FrameCaptureS3Settings
(
Aws::Utils::Json::JsonView
jsonValue);
31
AWS_MEDIALIVE_API
FrameCaptureS3Settings
&
operator=
(
Aws::Utils::Json::JsonView
jsonValue);
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
}
44
inline
FrameCaptureS3Settings
&
WithCannedAcl
(
S3CannedAcl
value) {
45
SetCannedAcl
(value);
46
return
*
this
;
47
}
49
private
:
50
S3CannedAcl
m_cannedAcl{
S3CannedAcl::NOT_SET
};
51
bool
m_cannedAclHasBeenSet =
false
;
52
};
53
54
}
// namespace Model
55
}
// namespace MediaLive
56
}
// namespace Aws
Aws::MediaLive::Model::FrameCaptureS3Settings
Definition
FrameCaptureS3Settings.h:27
Aws::MediaLive::Model::FrameCaptureS3Settings::Jsonize
AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::MediaLive::Model::FrameCaptureS3Settings::GetCannedAcl
S3CannedAcl GetCannedAcl() const
Definition
FrameCaptureS3Settings.h:38
Aws::MediaLive::Model::FrameCaptureS3Settings::FrameCaptureS3Settings
AWS_MEDIALIVE_API FrameCaptureS3Settings(Aws::Utils::Json::JsonView jsonValue)
Aws::MediaLive::Model::FrameCaptureS3Settings::WithCannedAcl
FrameCaptureS3Settings & WithCannedAcl(S3CannedAcl value)
Definition
FrameCaptureS3Settings.h:44
Aws::MediaLive::Model::FrameCaptureS3Settings::SetCannedAcl
void SetCannedAcl(S3CannedAcl value)
Definition
FrameCaptureS3Settings.h:40
Aws::MediaLive::Model::FrameCaptureS3Settings::operator=
AWS_MEDIALIVE_API FrameCaptureS3Settings & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::MediaLive::Model::FrameCaptureS3Settings::FrameCaptureS3Settings
AWS_MEDIALIVE_API FrameCaptureS3Settings()=default
Aws::MediaLive::Model::FrameCaptureS3Settings::CannedAclHasBeenSet
bool CannedAclHasBeenSet() const
Definition
FrameCaptureS3Settings.h:39
Aws::Utils::Json::JsonValue
Aws::Utils::Json::JsonView
Aws::MediaLive::Model::S3CannedAcl
S3CannedAcl
Definition
S3CannedAcl.h:13
Aws::MediaLive::Model::S3CannedAcl::NOT_SET
@ NOT_SET
Aws
smithy::client::JsonValue
Aws::Utils::Json::JsonValue JsonValue
Generated by
1.9.8
Privacy |
Site terms |
Cookie preferences