7#include <aws/kinesisvideo/KinesisVideo_EXPORTS.h>
8#include <aws/kinesisvideo/model/NotificationConfiguration.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
42 template<
typename NotificationConfigurationT = NotificationConfiguration>
43 void SetNotificationConfiguration(NotificationConfigurationT&& value) { m_notificationConfigurationHasBeenSet =
true; m_notificationConfiguration = std::forward<NotificationConfigurationT>(value); }
44 template<
typename NotificationConfigurationT = NotificationConfiguration>
51 template<
typename RequestIdT = Aws::String>
52 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
53 template<
typename RequestIdT = Aws::String>
59 bool m_notificationConfigurationHasBeenSet =
false;
62 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRequestId() const
DescribeNotificationConfigurationResult & WithNotificationConfiguration(NotificationConfigurationT &&value)
void SetNotificationConfiguration(NotificationConfigurationT &&value)
AWS_KINESISVIDEO_API DescribeNotificationConfigurationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_KINESISVIDEO_API DescribeNotificationConfigurationResult()=default
DescribeNotificationConfigurationResult & WithRequestId(RequestIdT &&value)
AWS_KINESISVIDEO_API DescribeNotificationConfigurationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const NotificationConfiguration & GetNotificationConfiguration() const
void SetRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue