AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
ChannelGroupListConfiguration.h
1
6#pragma once
7#include <aws/mediapackagev2/Mediapackagev2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace mediapackagev2
23{
24namespace Model
25{
26
33 {
34 public:
35 AWS_MEDIAPACKAGEV2_API ChannelGroupListConfiguration() = default;
38 AWS_MEDIAPACKAGEV2_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
47 inline const Aws::String& GetChannelGroupName() const { return m_channelGroupName; }
48 inline bool ChannelGroupNameHasBeenSet() const { return m_channelGroupNameHasBeenSet; }
49 template<typename ChannelGroupNameT = Aws::String>
50 void SetChannelGroupName(ChannelGroupNameT&& value) { m_channelGroupNameHasBeenSet = true; m_channelGroupName = std::forward<ChannelGroupNameT>(value); }
51 template<typename ChannelGroupNameT = Aws::String>
52 ChannelGroupListConfiguration& WithChannelGroupName(ChannelGroupNameT&& value) { SetChannelGroupName(std::forward<ChannelGroupNameT>(value)); return *this;}
54
56
59 inline const Aws::String& GetArn() const { return m_arn; }
60 inline bool ArnHasBeenSet() const { return m_arnHasBeenSet; }
61 template<typename ArnT = Aws::String>
62 void SetArn(ArnT&& value) { m_arnHasBeenSet = true; m_arn = std::forward<ArnT>(value); }
63 template<typename ArnT = Aws::String>
64 ChannelGroupListConfiguration& WithArn(ArnT&& value) { SetArn(std::forward<ArnT>(value)); return *this;}
66
68
71 inline const Aws::Utils::DateTime& GetCreatedAt() const { return m_createdAt; }
72 inline bool CreatedAtHasBeenSet() const { return m_createdAtHasBeenSet; }
73 template<typename CreatedAtT = Aws::Utils::DateTime>
74 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet = true; m_createdAt = std::forward<CreatedAtT>(value); }
75 template<typename CreatedAtT = Aws::Utils::DateTime>
76 ChannelGroupListConfiguration& WithCreatedAt(CreatedAtT&& value) { SetCreatedAt(std::forward<CreatedAtT>(value)); return *this;}
78
80
83 inline const Aws::Utils::DateTime& GetModifiedAt() const { return m_modifiedAt; }
84 inline bool ModifiedAtHasBeenSet() const { return m_modifiedAtHasBeenSet; }
85 template<typename ModifiedAtT = Aws::Utils::DateTime>
86 void SetModifiedAt(ModifiedAtT&& value) { m_modifiedAtHasBeenSet = true; m_modifiedAt = std::forward<ModifiedAtT>(value); }
87 template<typename ModifiedAtT = Aws::Utils::DateTime>
88 ChannelGroupListConfiguration& WithModifiedAt(ModifiedAtT&& value) { SetModifiedAt(std::forward<ModifiedAtT>(value)); return *this;}
90
92
96 inline const Aws::String& GetDescription() const { return m_description; }
97 inline bool DescriptionHasBeenSet() const { return m_descriptionHasBeenSet; }
98 template<typename DescriptionT = Aws::String>
99 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet = true; m_description = std::forward<DescriptionT>(value); }
100 template<typename DescriptionT = Aws::String>
101 ChannelGroupListConfiguration& WithDescription(DescriptionT&& value) { SetDescription(std::forward<DescriptionT>(value)); return *this;}
103 private:
104
105 Aws::String m_channelGroupName;
106 bool m_channelGroupNameHasBeenSet = false;
107
108 Aws::String m_arn;
109 bool m_arnHasBeenSet = false;
110
111 Aws::Utils::DateTime m_createdAt{};
112 bool m_createdAtHasBeenSet = false;
113
114 Aws::Utils::DateTime m_modifiedAt{};
115 bool m_modifiedAtHasBeenSet = false;
116
117 Aws::String m_description;
118 bool m_descriptionHasBeenSet = false;
119 };
120
121} // namespace Model
122} // namespace mediapackagev2
123} // namespace Aws
ChannelGroupListConfiguration & WithDescription(DescriptionT &&value)
ChannelGroupListConfiguration & WithCreatedAt(CreatedAtT &&value)
AWS_MEDIAPACKAGEV2_API ChannelGroupListConfiguration()=default
ChannelGroupListConfiguration & WithModifiedAt(ModifiedAtT &&value)
AWS_MEDIAPACKAGEV2_API ChannelGroupListConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_MEDIAPACKAGEV2_API Aws::Utils::Json::JsonValue Jsonize() const
ChannelGroupListConfiguration & WithChannelGroupName(ChannelGroupNameT &&value)
AWS_MEDIAPACKAGEV2_API ChannelGroupListConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue