7#include <aws/kinesisvideo/KinesisVideo_EXPORTS.h>
8#include <aws/kinesisvideo/KinesisVideoRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
30 inline virtual const char*
GetServiceRequestName()
const override {
return "DescribeNotificationConfiguration"; }
43 template<
typename StreamNameT = Aws::String>
44 void SetStreamName(StreamNameT&& value) { m_streamNameHasBeenSet =
true; m_streamName = std::forward<StreamNameT>(value); }
45 template<
typename StreamNameT = Aws::String>
57 template<
typename StreamARNT = Aws::String>
58 void SetStreamARN(StreamARNT&& value) { m_streamARNHasBeenSet =
true; m_streamARN = std::forward<StreamARNT>(value); }
59 template<
typename StreamARNT = Aws::String>
65 bool m_streamNameHasBeenSet =
false;
68 bool m_streamARNHasBeenSet =
false;
bool StreamNameHasBeenSet() const
AWS_KINESISVIDEO_API Aws::String SerializePayload() const override
void SetStreamARN(StreamARNT &&value)
virtual const char * GetServiceRequestName() const override
void SetStreamName(StreamNameT &&value)
bool StreamARNHasBeenSet() const
AWS_KINESISVIDEO_API DescribeNotificationConfigurationRequest()=default
const Aws::String & GetStreamARN() const
DescribeNotificationConfigurationRequest & WithStreamARN(StreamARNT &&value)
DescribeNotificationConfigurationRequest & WithStreamName(StreamNameT &&value)
const Aws::String & GetStreamName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String