AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
ApplicationCodeConfigurationUpdate.h
1
6#pragma once
7#include <aws/kinesisanalyticsv2/KinesisAnalyticsV2_EXPORTS.h>
8#include <aws/kinesisanalyticsv2/model/CodeContentType.h>
9#include <aws/kinesisanalyticsv2/model/CodeContentUpdate.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace KinesisAnalyticsV2
23{
24namespace Model
25{
26
35 {
36 public:
37 AWS_KINESISANALYTICSV2_API ApplicationCodeConfigurationUpdate() = default;
40 AWS_KINESISANALYTICSV2_API Aws::Utils::Json::JsonValue Jsonize() const;
41
42
44
47 inline CodeContentType GetCodeContentTypeUpdate() const { return m_codeContentTypeUpdate; }
48 inline bool CodeContentTypeUpdateHasBeenSet() const { return m_codeContentTypeUpdateHasBeenSet; }
49 inline void SetCodeContentTypeUpdate(CodeContentType value) { m_codeContentTypeUpdateHasBeenSet = true; m_codeContentTypeUpdate = value; }
52
54
57 inline const CodeContentUpdate& GetCodeContentUpdate() const { return m_codeContentUpdate; }
58 inline bool CodeContentUpdateHasBeenSet() const { return m_codeContentUpdateHasBeenSet; }
59 template<typename CodeContentUpdateT = CodeContentUpdate>
60 void SetCodeContentUpdate(CodeContentUpdateT&& value) { m_codeContentUpdateHasBeenSet = true; m_codeContentUpdate = std::forward<CodeContentUpdateT>(value); }
61 template<typename CodeContentUpdateT = CodeContentUpdate>
62 ApplicationCodeConfigurationUpdate& WithCodeContentUpdate(CodeContentUpdateT&& value) { SetCodeContentUpdate(std::forward<CodeContentUpdateT>(value)); return *this;}
64 private:
65
66 CodeContentType m_codeContentTypeUpdate{CodeContentType::NOT_SET};
67 bool m_codeContentTypeUpdateHasBeenSet = false;
68
69 CodeContentUpdate m_codeContentUpdate;
70 bool m_codeContentUpdateHasBeenSet = false;
71 };
72
73} // namespace Model
74} // namespace KinesisAnalyticsV2
75} // namespace Aws
AWS_KINESISANALYTICSV2_API ApplicationCodeConfigurationUpdate & operator=(Aws::Utils::Json::JsonView jsonValue)
ApplicationCodeConfigurationUpdate & WithCodeContentTypeUpdate(CodeContentType value)
AWS_KINESISANALYTICSV2_API Aws::Utils::Json::JsonValue Jsonize() const
ApplicationCodeConfigurationUpdate & WithCodeContentUpdate(CodeContentUpdateT &&value)
AWS_KINESISANALYTICSV2_API ApplicationCodeConfigurationUpdate()=default
AWS_KINESISANALYTICSV2_API ApplicationCodeConfigurationUpdate(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue