7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/kinesisvideo/KinesisVideoRequest.h>
9#include <aws/kinesisvideo/KinesisVideo_EXPORTS.h>
10#include <aws/kinesisvideo/model/ImageGenerationConfiguration.h>
15namespace KinesisVideo {
28 inline virtual const char*
GetServiceRequestName()
const override {
return "UpdateImageGenerationConfiguration"; }
40 template <
typename StreamNameT = Aws::String>
42 m_streamNameHasBeenSet =
true;
43 m_streamName = std::forward<StreamNameT>(value);
45 template <
typename StreamNameT = Aws::String>
60 template <
typename StreamARNT = Aws::String>
62 m_streamARNHasBeenSet =
true;
63 m_streamARN = std::forward<StreamARNT>(value);
65 template <
typename StreamARNT = Aws::String>
80 template <
typename ImageGenerationConfigurationT = ImageGenerationConfiguration>
82 m_imageGenerationConfigurationHasBeenSet =
true;
83 m_imageGenerationConfiguration = std::forward<ImageGenerationConfigurationT>(value);
85 template <
typename ImageGenerationConfigurationT = ImageGenerationConfiguration>
97 bool m_streamNameHasBeenSet =
false;
98 bool m_streamARNHasBeenSet =
false;
99 bool m_imageGenerationConfigurationHasBeenSet =
false;
const Aws::String & GetStreamARN() const
AWS_KINESISVIDEO_API UpdateImageGenerationConfigurationRequest()=default
virtual const char * GetServiceRequestName() const override
void SetStreamName(StreamNameT &&value)
AWS_KINESISVIDEO_API Aws::String SerializePayload() const override
bool ImageGenerationConfigurationHasBeenSet() const
const Aws::String & GetStreamName() const
UpdateImageGenerationConfigurationRequest & WithStreamARN(StreamARNT &&value)
bool StreamNameHasBeenSet() const
UpdateImageGenerationConfigurationRequest & WithImageGenerationConfiguration(ImageGenerationConfigurationT &&value)
void SetImageGenerationConfiguration(ImageGenerationConfigurationT &&value)
const ImageGenerationConfiguration & GetImageGenerationConfiguration() const
UpdateImageGenerationConfigurationRequest & WithStreamName(StreamNameT &&value)
bool StreamARNHasBeenSet() const
void SetStreamARN(StreamARNT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String