7#include <aws/mediaconnect/MediaConnect_EXPORTS.h>
8#include <aws/mediaconnect/MediaConnectRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/mediaconnect/model/UpdateEncryption.h>
11#include <aws/mediaconnect/model/EntitlementStatus.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
45 template<
typename DescriptionT = Aws::String>
46 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
47 template<
typename DescriptionT = Aws::String>
58 template<
typename EncryptionT = UpdateEncryption>
59 void SetEncryption(EncryptionT&& value) { m_encryptionHasBeenSet =
true; m_encryption = std::forward<EncryptionT>(value); }
60 template<
typename EncryptionT = UpdateEncryption>
71 template<
typename EntitlementArnT = Aws::String>
72 void SetEntitlementArn(EntitlementArnT&& value) { m_entitlementArnHasBeenSet =
true; m_entitlementArn = std::forward<EntitlementArnT>(value); }
73 template<
typename EntitlementArnT = Aws::String>
97 template<
typename FlowArnT = Aws::String>
98 void SetFlowArn(FlowArnT&& value) { m_flowArnHasBeenSet =
true; m_flowArn = std::forward<FlowArnT>(value); }
99 template<
typename FlowArnT = Aws::String>
111 template<
typename SubscribersT = Aws::Vector<Aws::String>>
112 void SetSubscribers(SubscribersT&& value) { m_subscribersHasBeenSet =
true; m_subscribers = std::forward<SubscribersT>(value); }
113 template<
typename SubscribersT = Aws::Vector<Aws::String>>
115 template<
typename SubscribersT = Aws::String>
121 bool m_descriptionHasBeenSet =
false;
124 bool m_encryptionHasBeenSet =
false;
127 bool m_entitlementArnHasBeenSet =
false;
130 bool m_entitlementStatusHasBeenSet =
false;
133 bool m_flowArnHasBeenSet =
false;
136 bool m_subscribersHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector