7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/mediaconnect/MediaConnect_EXPORTS.h>
10#include <aws/mediaconnect/model/Encryption.h>
11#include <aws/mediaconnect/model/EntitlementStatus.h>
22namespace MediaConnect {
45 m_dataTransferSubscriberFeePercentHasBeenSet =
true;
46 m_dataTransferSubscriberFeePercent = value;
60 template <
typename DescriptionT = Aws::String>
62 m_descriptionHasBeenSet =
true;
63 m_description = std::forward<DescriptionT>(value);
65 template <
typename DescriptionT = Aws::String>
79 template <
typename EncryptionT = Encryption>
81 m_encryptionHasBeenSet =
true;
82 m_encryption = std::forward<EncryptionT>(value);
84 template <
typename EncryptionT = Encryption>
97 template <
typename EntitlementArnT = Aws::String>
99 m_entitlementArnHasBeenSet =
true;
100 m_entitlementArn = std::forward<EntitlementArnT>(value);
102 template <
typename EntitlementArnT = Aws::String>
116 m_entitlementStatusHasBeenSet =
true;
117 m_entitlementStatus = value;
131 template <
typename NameT = Aws::String>
133 m_nameHasBeenSet =
true;
134 m_name = std::forward<NameT>(value);
136 template <
typename NameT = Aws::String>
138 SetName(std::forward<NameT>(value));
151 template <
typename SubscribersT = Aws::Vector<Aws::String>>
153 m_subscribersHasBeenSet =
true;
154 m_subscribers = std::forward<SubscribersT>(value);
156 template <
typename SubscribersT = Aws::Vector<Aws::String>>
161 template <
typename SubscribersT = Aws::String>
163 m_subscribersHasBeenSet =
true;
164 m_subscribers.emplace_back(std::forward<SubscribersT>(value));
169 int m_dataTransferSubscriberFeePercent{0};
173 Encryption m_encryption;
182 bool m_dataTransferSubscriberFeePercentHasBeenSet =
false;
183 bool m_descriptionHasBeenSet =
false;
184 bool m_encryptionHasBeenSet =
false;
185 bool m_entitlementArnHasBeenSet =
false;
186 bool m_entitlementStatusHasBeenSet =
false;
187 bool m_nameHasBeenSet =
false;
188 bool m_subscribersHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue