AWS SDK for C++

AWS SDK for C++ Version 1.11.812

Loading...
Searching...
No Matches
ElementalInferenceFeed.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/mediaconvert/MediaConvert_EXPORTS.h>
9#include <aws/mediaconvert/model/ElementalInferenceFeedManagementState.h>
10
11#include <utility>
12
13namespace Aws {
14namespace Utils {
15namespace Json {
16class JsonValue;
17class JsonView;
18} // namespace Json
19} // namespace Utils
20namespace MediaConvert {
21namespace Model {
22
29 public:
30 AWS_MEDIACONVERT_API ElementalInferenceFeed() = default;
31 AWS_MEDIACONVERT_API ElementalInferenceFeed(Aws::Utils::Json::JsonView jsonValue);
33 AWS_MEDIACONVERT_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
39 inline const Aws::String& GetArn() const { return m_arn; }
40 inline bool ArnHasBeenSet() const { return m_arnHasBeenSet; }
41 template <typename ArnT = Aws::String>
42 void SetArn(ArnT&& value) {
43 m_arnHasBeenSet = true;
44 m_arn = std::forward<ArnT>(value);
45 }
46 template <typename ArnT = Aws::String>
48 SetArn(std::forward<ArnT>(value));
49 return *this;
50 }
52
54
57 inline ElementalInferenceFeedManagementState GetFeedManagementState() const { return m_feedManagementState; }
58 inline bool FeedManagementStateHasBeenSet() const { return m_feedManagementStateHasBeenSet; }
60 m_feedManagementStateHasBeenSet = true;
61 m_feedManagementState = value;
62 }
65 return *this;
66 }
68 private:
69 Aws::String m_arn;
70
72 bool m_arnHasBeenSet = false;
73 bool m_feedManagementStateHasBeenSet = false;
74};
75
76} // namespace Model
77} // namespace MediaConvert
78} // namespace Aws
AWS_MEDIACONVERT_API Aws::Utils::Json::JsonValue Jsonize() const
ElementalInferenceFeed & WithFeedManagementState(ElementalInferenceFeedManagementState value)
void SetFeedManagementState(ElementalInferenceFeedManagementState value)
AWS_MEDIACONVERT_API ElementalInferenceFeed()=default
AWS_MEDIACONVERT_API ElementalInferenceFeed & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_MEDIACONVERT_API ElementalInferenceFeed(Aws::Utils::Json::JsonView jsonValue)
ElementalInferenceFeed & WithArn(ArnT &&value)
ElementalInferenceFeedManagementState GetFeedManagementState() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue