AWS SDK for C++
AWS SDK for C++ Version 1.11.607
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-mediatailor
include
aws
mediatailor
model
TrafficShapingRetrievalWindow.h
1
6
#pragma once
7
#include <aws/mediatailor/MediaTailor_EXPORTS.h>
8
9
namespace
Aws
10
{
11
namespace
Utils
12
{
13
namespace
Json
14
{
15
class
JsonValue
;
16
class
JsonView;
17
}
// namespace Json
18
}
// namespace Utils
19
namespace
MediaTailor
20
{
21
namespace
Model
22
{
23
32
class
TrafficShapingRetrievalWindow
33
{
34
public
:
35
AWS_MEDIATAILOR_API
TrafficShapingRetrievalWindow
() =
default
;
36
AWS_MEDIATAILOR_API
TrafficShapingRetrievalWindow
(
Aws::Utils::Json::JsonView
jsonValue);
37
AWS_MEDIATAILOR_API
TrafficShapingRetrievalWindow
&
operator=
(
Aws::Utils::Json::JsonView
jsonValue);
38
AWS_MEDIATAILOR_API
Aws::Utils::Json::JsonValue
Jsonize
()
const
;
39
40
42
46
inline
int
GetRetrievalWindowDurationSeconds
()
const
{
return
m_retrievalWindowDurationSeconds; }
47
inline
bool
RetrievalWindowDurationSecondsHasBeenSet
()
const
{
return
m_retrievalWindowDurationSecondsHasBeenSet; }
48
inline
void
SetRetrievalWindowDurationSeconds
(
int
value) { m_retrievalWindowDurationSecondsHasBeenSet =
true
; m_retrievalWindowDurationSeconds = value; }
49
inline
TrafficShapingRetrievalWindow
&
WithRetrievalWindowDurationSeconds
(
int
value) {
SetRetrievalWindowDurationSeconds
(value);
return
*
this
;}
51
private
:
52
53
int
m_retrievalWindowDurationSeconds{0};
54
bool
m_retrievalWindowDurationSecondsHasBeenSet =
false
;
55
};
56
57
}
// namespace Model
58
}
// namespace MediaTailor
59
}
// namespace Aws
Aws::MediaTailor::Model::TrafficShapingRetrievalWindow
Definition
TrafficShapingRetrievalWindow.h:33
Aws::MediaTailor::Model::TrafficShapingRetrievalWindow::TrafficShapingRetrievalWindow
AWS_MEDIATAILOR_API TrafficShapingRetrievalWindow()=default
Aws::MediaTailor::Model::TrafficShapingRetrievalWindow::operator=
AWS_MEDIATAILOR_API TrafficShapingRetrievalWindow & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::MediaTailor::Model::TrafficShapingRetrievalWindow::WithRetrievalWindowDurationSeconds
TrafficShapingRetrievalWindow & WithRetrievalWindowDurationSeconds(int value)
Definition
TrafficShapingRetrievalWindow.h:49
Aws::MediaTailor::Model::TrafficShapingRetrievalWindow::Jsonize
AWS_MEDIATAILOR_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::MediaTailor::Model::TrafficShapingRetrievalWindow::TrafficShapingRetrievalWindow
AWS_MEDIATAILOR_API TrafficShapingRetrievalWindow(Aws::Utils::Json::JsonView jsonValue)
Aws::MediaTailor::Model::TrafficShapingRetrievalWindow::GetRetrievalWindowDurationSeconds
int GetRetrievalWindowDurationSeconds() const
Definition
TrafficShapingRetrievalWindow.h:46
Aws::MediaTailor::Model::TrafficShapingRetrievalWindow::RetrievalWindowDurationSecondsHasBeenSet
bool RetrievalWindowDurationSecondsHasBeenSet() const
Definition
TrafficShapingRetrievalWindow.h:47
Aws::MediaTailor::Model::TrafficShapingRetrievalWindow::SetRetrievalWindowDurationSeconds
void SetRetrievalWindowDurationSeconds(int value)
Definition
TrafficShapingRetrievalWindow.h:48
Aws::Utils::Json::JsonValue
Aws::Utils::Json::JsonView
Aws
smithy::client::JsonValue
Aws::Utils::Json::JsonValue JsonValue
Generated by
1.9.8
Privacy |
Site terms |
Cookie preferences