AWS SDK for C++

AWS SDK for C++ Version 1.11.764

Loading...
Searching...
No Matches
RistRouterOutputConfiguration.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/mediaconnect/MediaConnect_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace MediaConnect {
20namespace Model {
21
30 public:
31 AWS_MEDIACONNECT_API RistRouterOutputConfiguration() = default;
34 AWS_MEDIACONNECT_API Aws::Utils::Json::JsonValue Jsonize() const;
35
37
41 inline const Aws::String& GetDestinationAddress() const { return m_destinationAddress; }
42 inline bool DestinationAddressHasBeenSet() const { return m_destinationAddressHasBeenSet; }
43 template <typename DestinationAddressT = Aws::String>
44 void SetDestinationAddress(DestinationAddressT&& value) {
45 m_destinationAddressHasBeenSet = true;
46 m_destinationAddress = std::forward<DestinationAddressT>(value);
47 }
48 template <typename DestinationAddressT = Aws::String>
50 SetDestinationAddress(std::forward<DestinationAddressT>(value));
51 return *this;
52 }
54
56
60 inline int GetDestinationPort() const { return m_destinationPort; }
61 inline bool DestinationPortHasBeenSet() const { return m_destinationPortHasBeenSet; }
62 inline void SetDestinationPort(int value) {
63 m_destinationPortHasBeenSet = true;
64 m_destinationPort = value;
65 }
67 SetDestinationPort(value);
68 return *this;
69 }
71 private:
72 Aws::String m_destinationAddress;
73
74 int m_destinationPort{0};
75 bool m_destinationAddressHasBeenSet = false;
76 bool m_destinationPortHasBeenSet = false;
77};
78
79} // namespace Model
80} // namespace MediaConnect
81} // namespace Aws
AWS_MEDIACONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_MEDIACONNECT_API RistRouterOutputConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_MEDIACONNECT_API RistRouterOutputConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
RistRouterOutputConfiguration & WithDestinationAddress(DestinationAddressT &&value)
AWS_MEDIACONNECT_API RistRouterOutputConfiguration()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue