AWS SDK for C++

AWS SDK for C++ Version 1.11.612

Loading...
Searching...
No Matches
ImageGenerationDestinationConfig.h
1
6#pragma once
7#include <aws/kinesisvideo/KinesisVideo_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace KinesisVideo
22{
23namespace Model
24{
25
33 {
34 public:
35 AWS_KINESISVIDEO_API ImageGenerationDestinationConfig() = default;
38 AWS_KINESISVIDEO_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
46 inline const Aws::String& GetUri() const { return m_uri; }
47 inline bool UriHasBeenSet() const { return m_uriHasBeenSet; }
48 template<typename UriT = Aws::String>
49 void SetUri(UriT&& value) { m_uriHasBeenSet = true; m_uri = std::forward<UriT>(value); }
50 template<typename UriT = Aws::String>
51 ImageGenerationDestinationConfig& WithUri(UriT&& value) { SetUri(std::forward<UriT>(value)); return *this;}
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) { m_destinationRegionHasBeenSet = true; m_destinationRegion = std::forward<DestinationRegionT>(value); }
64 template<typename DestinationRegionT = Aws::String>
65 ImageGenerationDestinationConfig& WithDestinationRegion(DestinationRegionT&& value) { SetDestinationRegion(std::forward<DestinationRegionT>(value)); return *this;}
67 private:
68
69 Aws::String m_uri;
70 bool m_uriHasBeenSet = false;
71
72 Aws::String m_destinationRegion;
73 bool m_destinationRegionHasBeenSet = false;
74 };
75
76} // namespace Model
77} // namespace KinesisVideo
78} // 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