AWS SDK for C++

AWS SDK for C++ Version 1.11.609

Loading...
Searching...
No Matches
TransferringInputDeviceSummary.h
1
6#pragma once
7#include <aws/medialive/MediaLive_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/medialive/model/InputDeviceTransferType.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 MediaLive
23{
24namespace Model
25{
26
34 {
35 public:
36 AWS_MEDIALIVE_API TransferringInputDeviceSummary() = default;
39 AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
46 inline const Aws::String& GetId() const { return m_id; }
47 inline bool IdHasBeenSet() const { return m_idHasBeenSet; }
48 template<typename IdT = Aws::String>
49 void SetId(IdT&& value) { m_idHasBeenSet = true; m_id = std::forward<IdT>(value); }
50 template<typename IdT = Aws::String>
51 TransferringInputDeviceSummary& WithId(IdT&& value) { SetId(std::forward<IdT>(value)); return *this;}
53
55
58 inline const Aws::String& GetMessage() const { return m_message; }
59 inline bool MessageHasBeenSet() const { return m_messageHasBeenSet; }
60 template<typename MessageT = Aws::String>
61 void SetMessage(MessageT&& value) { m_messageHasBeenSet = true; m_message = std::forward<MessageT>(value); }
62 template<typename MessageT = Aws::String>
63 TransferringInputDeviceSummary& WithMessage(MessageT&& value) { SetMessage(std::forward<MessageT>(value)); return *this;}
65
67
70 inline const Aws::String& GetTargetCustomerId() const { return m_targetCustomerId; }
71 inline bool TargetCustomerIdHasBeenSet() const { return m_targetCustomerIdHasBeenSet; }
72 template<typename TargetCustomerIdT = Aws::String>
73 void SetTargetCustomerId(TargetCustomerIdT&& value) { m_targetCustomerIdHasBeenSet = true; m_targetCustomerId = std::forward<TargetCustomerIdT>(value); }
74 template<typename TargetCustomerIdT = Aws::String>
75 TransferringInputDeviceSummary& WithTargetCustomerId(TargetCustomerIdT&& value) { SetTargetCustomerId(std::forward<TargetCustomerIdT>(value)); return *this;}
77
79
82 inline InputDeviceTransferType GetTransferType() const { return m_transferType; }
83 inline bool TransferTypeHasBeenSet() const { return m_transferTypeHasBeenSet; }
84 inline void SetTransferType(InputDeviceTransferType value) { m_transferTypeHasBeenSet = true; m_transferType = value; }
87 private:
88
89 Aws::String m_id;
90 bool m_idHasBeenSet = false;
91
92 Aws::String m_message;
93 bool m_messageHasBeenSet = false;
94
95 Aws::String m_targetCustomerId;
96 bool m_targetCustomerIdHasBeenSet = false;
97
99 bool m_transferTypeHasBeenSet = false;
100 };
101
102} // namespace Model
103} // namespace MediaLive
104} // namespace Aws
TransferringInputDeviceSummary & WithTransferType(InputDeviceTransferType value)
AWS_MEDIALIVE_API TransferringInputDeviceSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_MEDIALIVE_API TransferringInputDeviceSummary()=default
AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const
TransferringInputDeviceSummary & WithMessage(MessageT &&value)
AWS_MEDIALIVE_API TransferringInputDeviceSummary(Aws::Utils::Json::JsonView jsonValue)
TransferringInputDeviceSummary & WithTargetCustomerId(TargetCustomerIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue