7#include <aws/elastictranscoder/ElasticTranscoder_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/elastictranscoder/model/Notifications.h>
10#include <aws/elastictranscoder/model/PipelineOutputConfig.h>
23namespace ElasticTranscoder
37 AWS_ELASTICTRANSCODER_API
Pipeline() =
default;
51 template<
typename IdT = Aws::String>
52 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
53 template<
typename IdT = Aws::String>
63 template<
typename ArnT = Aws::String>
64 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
65 template<
typename ArnT = Aws::String>
77 template<
typename NameT = Aws::String>
78 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
79 template<
typename NameT = Aws::String>
91 template<
typename StatusT = Aws::String>
92 void SetStatus(StatusT&& value) { m_statusHasBeenSet =
true; m_status = std::forward<StatusT>(value); }
93 template<
typename StatusT = Aws::String>
105 template<
typename InputBucketT = Aws::String>
106 void SetInputBucket(InputBucketT&& value) { m_inputBucketHasBeenSet =
true; m_inputBucket = std::forward<InputBucketT>(value); }
107 template<
typename InputBucketT = Aws::String>
119 template<
typename OutputBucketT = Aws::String>
120 void SetOutputBucket(OutputBucketT&& value) { m_outputBucketHasBeenSet =
true; m_outputBucket = std::forward<OutputBucketT>(value); }
121 template<
typename OutputBucketT = Aws::String>
132 template<
typename RoleT = Aws::String>
133 void SetRole(RoleT&& value) { m_roleHasBeenSet =
true; m_role = std::forward<RoleT>(value); }
134 template<
typename RoleT = Aws::String>
150 template<
typename AwsKmsKeyArnT = Aws::String>
151 void SetAwsKmsKeyArn(AwsKmsKeyArnT&& value) { m_awsKmsKeyArnHasBeenSet =
true; m_awsKmsKeyArn = std::forward<AwsKmsKeyArnT>(value); }
152 template<
typename AwsKmsKeyArnT = Aws::String>
173 template<
typename NotificationsT = Notifications>
174 void SetNotifications(NotificationsT&& value) { m_notificationsHasBeenSet =
true; m_notifications = std::forward<NotificationsT>(value); }
175 template<
typename NotificationsT = Notifications>
214 template<
typename ContentConfigT = PipelineOutputConfig>
215 void SetContentConfig(ContentConfigT&& value) { m_contentConfigHasBeenSet =
true; m_contentConfig = std::forward<ContentConfigT>(value); }
216 template<
typename ContentConfigT = PipelineOutputConfig>
256 template<
typename ThumbnailConfigT = PipelineOutputConfig>
257 void SetThumbnailConfig(ThumbnailConfigT&& value) { m_thumbnailConfigHasBeenSet =
true; m_thumbnailConfig = std::forward<ThumbnailConfigT>(value); }
258 template<
typename ThumbnailConfigT = PipelineOutputConfig>
264 bool m_idHasBeenSet =
false;
267 bool m_arnHasBeenSet =
false;
270 bool m_nameHasBeenSet =
false;
273 bool m_statusHasBeenSet =
false;
276 bool m_inputBucketHasBeenSet =
false;
279 bool m_outputBucketHasBeenSet =
false;
282 bool m_roleHasBeenSet =
false;
285 bool m_awsKmsKeyArnHasBeenSet =
false;
288 bool m_notificationsHasBeenSet =
false;
291 bool m_contentConfigHasBeenSet =
false;
294 bool m_thumbnailConfigHasBeenSet =
false;
const Notifications & GetNotifications() const
AWS_ELASTICTRANSCODER_API Pipeline & operator=(Aws::Utils::Json::JsonView jsonValue)
Pipeline & WithRole(RoleT &&value)
Pipeline & WithAwsKmsKeyArn(AwsKmsKeyArnT &&value)
const Aws::String & GetInputBucket() const
Pipeline & WithInputBucket(InputBucketT &&value)
AWS_ELASTICTRANSCODER_API Pipeline()=default
Pipeline & WithOutputBucket(OutputBucketT &&value)
const Aws::String & GetOutputBucket() const
void SetContentConfig(ContentConfigT &&value)
void SetStatus(StatusT &&value)
const Aws::String & GetId() const
bool IdHasBeenSet() const
bool ThumbnailConfigHasBeenSet() const
const Aws::String & GetRole() const
AWS_ELASTICTRANSCODER_API Aws::Utils::Json::JsonValue Jsonize() const
bool InputBucketHasBeenSet() const
void SetName(NameT &&value)
const PipelineOutputConfig & GetContentConfig() const
void SetRole(RoleT &&value)
Pipeline & WithStatus(StatusT &&value)
const Aws::String & GetArn() const
const Aws::String & GetStatus() const
void SetInputBucket(InputBucketT &&value)
void SetNotifications(NotificationsT &&value)
const PipelineOutputConfig & GetThumbnailConfig() const
bool AwsKmsKeyArnHasBeenSet() const
void SetThumbnailConfig(ThumbnailConfigT &&value)
bool OutputBucketHasBeenSet() const
Pipeline & WithArn(ArnT &&value)
bool NameHasBeenSet() const
bool ContentConfigHasBeenSet() const
void SetArn(ArnT &&value)
bool NotificationsHasBeenSet() const
void SetOutputBucket(OutputBucketT &&value)
Pipeline & WithName(NameT &&value)
Pipeline & WithContentConfig(ContentConfigT &&value)
bool RoleHasBeenSet() const
Pipeline & WithNotifications(NotificationsT &&value)
const Aws::String & GetName() const
void SetAwsKmsKeyArn(AwsKmsKeyArnT &&value)
bool StatusHasBeenSet() const
bool ArnHasBeenSet() const
Pipeline & WithId(IdT &&value)
const Aws::String & GetAwsKmsKeyArn() const
Pipeline & WithThumbnailConfig(ThumbnailConfigT &&value)
AWS_ELASTICTRANSCODER_API Pipeline(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue