AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
ResetChannelStateResult.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{
14template<typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils
18{
19namespace Json
20{
21 class JsonValue;
22} // namespace Json
23} // namespace Utils
24namespace mediapackagev2
25{
26namespace Model
27{
29 {
30 public:
31 AWS_MEDIAPACKAGEV2_API ResetChannelStateResult() = default;
34
35
37
41 inline const Aws::String& GetChannelGroupName() const { return m_channelGroupName; }
42 template<typename ChannelGroupNameT = Aws::String>
43 void SetChannelGroupName(ChannelGroupNameT&& value) { m_channelGroupNameHasBeenSet = true; m_channelGroupName = std::forward<ChannelGroupNameT>(value); }
44 template<typename ChannelGroupNameT = Aws::String>
45 ResetChannelStateResult& WithChannelGroupName(ChannelGroupNameT&& value) { SetChannelGroupName(std::forward<ChannelGroupNameT>(value)); return *this;}
47
49
52 inline const Aws::String& GetChannelName() const { return m_channelName; }
53 template<typename ChannelNameT = Aws::String>
54 void SetChannelName(ChannelNameT&& value) { m_channelNameHasBeenSet = true; m_channelName = std::forward<ChannelNameT>(value); }
55 template<typename ChannelNameT = Aws::String>
56 ResetChannelStateResult& WithChannelName(ChannelNameT&& value) { SetChannelName(std::forward<ChannelNameT>(value)); return *this;}
58
60
64 inline const Aws::String& GetArn() const { return m_arn; }
65 template<typename ArnT = Aws::String>
66 void SetArn(ArnT&& value) { m_arnHasBeenSet = true; m_arn = std::forward<ArnT>(value); }
67 template<typename ArnT = Aws::String>
68 ResetChannelStateResult& WithArn(ArnT&& value) { SetArn(std::forward<ArnT>(value)); return *this;}
70
72
75 inline const Aws::Utils::DateTime& GetResetAt() const { return m_resetAt; }
76 template<typename ResetAtT = Aws::Utils::DateTime>
77 void SetResetAt(ResetAtT&& value) { m_resetAtHasBeenSet = true; m_resetAt = std::forward<ResetAtT>(value); }
78 template<typename ResetAtT = Aws::Utils::DateTime>
79 ResetChannelStateResult& WithResetAt(ResetAtT&& value) { SetResetAt(std::forward<ResetAtT>(value)); return *this;}
81
83
84 inline const Aws::String& GetRequestId() const { return m_requestId; }
85 template<typename RequestIdT = Aws::String>
86 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet = true; m_requestId = std::forward<RequestIdT>(value); }
87 template<typename RequestIdT = Aws::String>
88 ResetChannelStateResult& WithRequestId(RequestIdT&& value) { SetRequestId(std::forward<RequestIdT>(value)); return *this;}
90 private:
91
92 Aws::String m_channelGroupName;
93 bool m_channelGroupNameHasBeenSet = false;
94
95 Aws::String m_channelName;
96 bool m_channelNameHasBeenSet = false;
97
98 Aws::String m_arn;
99 bool m_arnHasBeenSet = false;
100
101 Aws::Utils::DateTime m_resetAt{};
102 bool m_resetAtHasBeenSet = false;
103
104 Aws::String m_requestId;
105 bool m_requestIdHasBeenSet = false;
106 };
107
108} // namespace Model
109} // namespace mediapackagev2
110} // namespace Aws
AWS_MEDIAPACKAGEV2_API ResetChannelStateResult()=default
ResetChannelStateResult & WithChannelName(ChannelNameT &&value)
AWS_MEDIAPACKAGEV2_API ResetChannelStateResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ResetChannelStateResult & WithRequestId(RequestIdT &&value)
AWS_MEDIAPACKAGEV2_API ResetChannelStateResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ResetChannelStateResult & WithChannelGroupName(ChannelGroupNameT &&value)
ResetChannelStateResult & WithResetAt(ResetAtT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue