7#include <aws/elastictranscoder/ElasticTranscoder_EXPORTS.h>
8#include <aws/elastictranscoder/ElasticTranscoderRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/elastictranscoder/model/Notifications.h>
15namespace ElasticTranscoder
47 template<
typename IdT = Aws::String>
48 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
49 template<
typename IdT = Aws::String>
74 template<
typename NotificationsT = Notifications>
75 void SetNotifications(NotificationsT&& value) { m_notificationsHasBeenSet =
true; m_notifications = std::forward<NotificationsT>(value); }
76 template<
typename NotificationsT = Notifications>
82 bool m_idHasBeenSet =
false;
85 bool m_notificationsHasBeenSet =
false;
const Aws::String & GetId() const
AWS_ELASTICTRANSCODER_API Aws::String SerializePayload() const override
UpdatePipelineNotificationsRequest & WithNotifications(NotificationsT &&value)
bool NotificationsHasBeenSet() const
bool IdHasBeenSet() const
UpdatePipelineNotificationsRequest & WithId(IdT &&value)
virtual const char * GetServiceRequestName() const override
const Notifications & GetNotifications() const
AWS_ELASTICTRANSCODER_API UpdatePipelineNotificationsRequest()=default
void SetNotifications(NotificationsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String