7#include <aws/mediaconnect/MediaConnect_EXPORTS.h>
8#include <aws/mediaconnect/model/Algorithm.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/mediaconnect/model/KeyType.h>
61 template<
typename ConstantInitializationVectorT = Aws::String>
62 void SetConstantInitializationVector(ConstantInitializationVectorT&& value) { m_constantInitializationVectorHasBeenSet =
true; m_constantInitializationVector = std::forward<ConstantInitializationVectorT>(value); }
63 template<
typename ConstantInitializationVectorT = Aws::String>
75 template<
typename DeviceIdT = Aws::String>
76 void SetDeviceId(DeviceIdT&& value) { m_deviceIdHasBeenSet =
true; m_deviceId = std::forward<DeviceIdT>(value); }
77 template<
typename DeviceIdT = Aws::String>
100 template<
typename RegionT = Aws::String>
101 void SetRegion(RegionT&& value) { m_regionHasBeenSet =
true; m_region = std::forward<RegionT>(value); }
102 template<
typename RegionT = Aws::String>
115 template<
typename ResourceIdT = Aws::String>
116 void SetResourceId(ResourceIdT&& value) { m_resourceIdHasBeenSet =
true; m_resourceId = std::forward<ResourceIdT>(value); }
117 template<
typename ResourceIdT = Aws::String>
128 template<
typename RoleArnT = Aws::String>
129 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
130 template<
typename RoleArnT = Aws::String>
142 template<
typename SecretArnT = Aws::String>
143 void SetSecretArn(SecretArnT&& value) { m_secretArnHasBeenSet =
true; m_secretArn = std::forward<SecretArnT>(value); }
144 template<
typename SecretArnT = Aws::String>
156 template<
typename UrlT = Aws::String>
157 void SetUrl(UrlT&& value) { m_urlHasBeenSet =
true; m_url = std::forward<UrlT>(value); }
158 template<
typename UrlT = Aws::String>
164 bool m_algorithmHasBeenSet =
false;
167 bool m_constantInitializationVectorHasBeenSet =
false;
170 bool m_deviceIdHasBeenSet =
false;
173 bool m_keyTypeHasBeenSet =
false;
176 bool m_regionHasBeenSet =
false;
179 bool m_resourceIdHasBeenSet =
false;
182 bool m_roleArnHasBeenSet =
false;
185 bool m_secretArnHasBeenSet =
false;
188 bool m_urlHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue