7#include <aws/kinesisvideo/KinesisVideo_EXPORTS.h>
8#include <aws/kinesisvideo/KinesisVideoRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 inline void SetStreamName(
const char* value) { m_streamNameHasBeenSet =
true; m_streamName.assign(value); }
57 inline void SetStreamARN(
const char* value) { m_streamARNHasBeenSet =
true; m_streamARN.assign(value); }
65 bool m_streamNameHasBeenSet =
false;
68 bool m_streamARNHasBeenSet =
false;
DescribeStreamRequest & WithStreamName(const char *value)
DescribeStreamRequest & WithStreamARN(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
bool StreamARNHasBeenSet() const
void SetStreamARN(const char *value)
DescribeStreamRequest & WithStreamARN(const char *value)
void SetStreamARN(Aws::String &&value)
DescribeStreamRequest & WithStreamName(Aws::String &&value)
void SetStreamName(Aws::String &&value)
void SetStreamARN(const Aws::String &value)
void SetStreamName(const char *value)
AWS_KINESISVIDEO_API Aws::String SerializePayload() const override
DescribeStreamRequest & WithStreamName(const Aws::String &value)
AWS_KINESISVIDEO_API DescribeStreamRequest()
void SetStreamName(const Aws::String &value)
const Aws::String & GetStreamARN() const
DescribeStreamRequest & WithStreamARN(Aws::String &&value)
bool StreamNameHasBeenSet() const
const Aws::String & GetStreamName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String