AWS SDK for C++

AWS SDK for C++ Version 1.11.829

Loading...
Searching...
No Matches
VideoExtractionConfiguration.h
1
6#pragma once
7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/model/VideoExtractionStatus.h>
9#include <aws/quicksight/model/VideoExtractionType.h>
10
11#include <utility>
12
13namespace Aws {
14namespace Utils {
15namespace Json {
16class JsonValue;
17class JsonView;
18} // namespace Json
19} // namespace Utils
20namespace QuickSight {
21namespace Model {
22
30 public:
31 AWS_QUICKSIGHT_API VideoExtractionConfiguration() = default;
34 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
35
37
40 inline VideoExtractionStatus GetVideoExtractionStatus() const { return m_videoExtractionStatus; }
41 inline bool VideoExtractionStatusHasBeenSet() const { return m_videoExtractionStatusHasBeenSet; }
43 m_videoExtractionStatusHasBeenSet = true;
44 m_videoExtractionStatus = value;
45 }
48 return *this;
49 }
51
53
56 inline VideoExtractionType GetVideoExtractionType() const { return m_videoExtractionType; }
57 inline bool VideoExtractionTypeHasBeenSet() const { return m_videoExtractionTypeHasBeenSet; }
59 m_videoExtractionTypeHasBeenSet = true;
60 m_videoExtractionType = value;
61 }
64 return *this;
65 }
67 private:
69
71 bool m_videoExtractionStatusHasBeenSet = false;
72 bool m_videoExtractionTypeHasBeenSet = false;
73};
74
75} // namespace Model
76} // namespace QuickSight
77} // namespace Aws
VideoExtractionConfiguration & WithVideoExtractionStatus(VideoExtractionStatus value)
AWS_QUICKSIGHT_API VideoExtractionConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API VideoExtractionConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API VideoExtractionConfiguration()=default
VideoExtractionConfiguration & WithVideoExtractionType(VideoExtractionType value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue