7#include <aws/mediaconnect/MediaConnect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/mediaconnect/model/Encryption.h>
10#include <aws/mediaconnect/model/EntitlementStatus.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
62 template<
typename DescriptionT = Aws::String>
63 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
64 template<
typename DescriptionT = Aws::String>
75 template<
typename EncryptionT = Encryption>
76 void SetEncryption(EncryptionT&& value) { m_encryptionHasBeenSet =
true; m_encryption = std::forward<EncryptionT>(value); }
77 template<
typename EncryptionT = Encryption>
100 template<
typename NameT = Aws::String>
101 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
102 template<
typename NameT = Aws::String>
114 template<
typename SubscribersT = Aws::Vector<Aws::String>>
115 void SetSubscribers(SubscribersT&& value) { m_subscribersHasBeenSet =
true; m_subscribers = std::forward<SubscribersT>(value); }
116 template<
typename SubscribersT = Aws::Vector<Aws::String>>
118 template<
typename SubscribersT = Aws::String>
123 int m_dataTransferSubscriberFeePercent{0};
124 bool m_dataTransferSubscriberFeePercentHasBeenSet =
false;
127 bool m_descriptionHasBeenSet =
false;
129 Encryption m_encryption;
130 bool m_encryptionHasBeenSet =
false;
133 bool m_entitlementStatusHasBeenSet =
false;
136 bool m_nameHasBeenSet =
false;
139 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