AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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();
40 AWS_KINESISANALYTICSV2_API Aws::Utils::Json::JsonValue Jsonize() const;
41
42
44
47 inline const CodeContentType& GetCodeContentTypeUpdate() const{ return m_codeContentTypeUpdate; }
48 inline bool CodeContentTypeUpdateHasBeenSet() const { return m_codeContentTypeUpdateHasBeenSet; }
49 inline void SetCodeContentTypeUpdate(const CodeContentType& value) { m_codeContentTypeUpdateHasBeenSet = true; m_codeContentTypeUpdate = value; }
50 inline void SetCodeContentTypeUpdate(CodeContentType&& value) { m_codeContentTypeUpdateHasBeenSet = true; m_codeContentTypeUpdate = std::move(value); }
54
56
59 inline const CodeContentUpdate& GetCodeContentUpdate() const{ return m_codeContentUpdate; }
60 inline bool CodeContentUpdateHasBeenSet() const { return m_codeContentUpdateHasBeenSet; }
61 inline void SetCodeContentUpdate(const CodeContentUpdate& value) { m_codeContentUpdateHasBeenSet = true; m_codeContentUpdate = value; }
62 inline void SetCodeContentUpdate(CodeContentUpdate&& value) { m_codeContentUpdateHasBeenSet = true; m_codeContentUpdate = std::move(value); }
66 private:
67
68 CodeContentType m_codeContentTypeUpdate;
69 bool m_codeContentTypeUpdateHasBeenSet = false;
70
71 CodeContentUpdate m_codeContentUpdate;
72 bool m_codeContentUpdateHasBeenSet = false;
73 };
74
75} // namespace Model
76} // namespace KinesisAnalyticsV2
77} // namespace Aws
AWS_KINESISANALYTICSV2_API ApplicationCodeConfigurationUpdate & operator=(Aws::Utils::Json::JsonView jsonValue)
ApplicationCodeConfigurationUpdate & WithCodeContentTypeUpdate(const CodeContentType &value)
ApplicationCodeConfigurationUpdate & WithCodeContentUpdate(const CodeContentUpdate &value)
ApplicationCodeConfigurationUpdate & WithCodeContentUpdate(CodeContentUpdate &&value)
ApplicationCodeConfigurationUpdate & WithCodeContentTypeUpdate(CodeContentType &&value)
AWS_KINESISANALYTICSV2_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_KINESISANALYTICSV2_API ApplicationCodeConfigurationUpdate(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue