AWS SDK for C++

AWS SDK for C++ Version 1.11.741

Loading...
Searching...
No Matches
ImageGenerationDestinationConfig.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/kinesisvideo/KinesisVideo_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace KinesisVideo {
20namespace Model {
21
29 public:
30 AWS_KINESISVIDEO_API ImageGenerationDestinationConfig() = default;
33 AWS_KINESISVIDEO_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
40 inline const Aws::String& GetUri() const { return m_uri; }
41 inline bool UriHasBeenSet() const { return m_uriHasBeenSet; }
42 template <typename UriT = Aws::String>
43 void SetUri(UriT&& value) {
44 m_uriHasBeenSet = true;
45 m_uri = std::forward<UriT>(value);
46 }
47 template <typename UriT = Aws::String>
49 SetUri(std::forward<UriT>(value));
50 return *this;
51 }
53
55
60 inline const Aws::String& GetDestinationRegion() const { return m_destinationRegion; }
61 inline bool DestinationRegionHasBeenSet() const { return m_destinationRegionHasBeenSet; }
62 template <typename DestinationRegionT = Aws::String>
63 void SetDestinationRegion(DestinationRegionT&& value) {
64 m_destinationRegionHasBeenSet = true;
65 m_destinationRegion = std::forward<DestinationRegionT>(value);
66 }
67 template <typename DestinationRegionT = Aws::String>
69 SetDestinationRegion(std::forward<DestinationRegionT>(value));
70 return *this;
71 }
73 private:
74 Aws::String m_uri;
75
76 Aws::String m_destinationRegion;
77 bool m_uriHasBeenSet = false;
78 bool m_destinationRegionHasBeenSet = false;
79};
80
81} // namespace Model
82} // namespace KinesisVideo
83} // namespace Aws
AWS_KINESISVIDEO_API ImageGenerationDestinationConfig()=default
AWS_KINESISVIDEO_API ImageGenerationDestinationConfig(Aws::Utils::Json::JsonView jsonValue)
ImageGenerationDestinationConfig & WithDestinationRegion(DestinationRegionT &&value)
AWS_KINESISVIDEO_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_KINESISVIDEO_API ImageGenerationDestinationConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue