AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ApplicationCodeConfiguration.h
1
6#pragma once
7#include <aws/kinesisanalyticsv2/KinesisAnalyticsV2_EXPORTS.h>
8#include <aws/kinesisanalyticsv2/model/CodeContent.h>
9#include <aws/kinesisanalyticsv2/model/CodeContentType.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
34 {
35 public:
36 AWS_KINESISANALYTICSV2_API ApplicationCodeConfiguration();
37 AWS_KINESISANALYTICSV2_API ApplicationCodeConfiguration(Aws::Utils::Json::JsonView jsonValue);
39 AWS_KINESISANALYTICSV2_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
46 inline const CodeContent& GetCodeContent() const{ return m_codeContent; }
47 inline bool CodeContentHasBeenSet() const { return m_codeContentHasBeenSet; }
48 inline void SetCodeContent(const CodeContent& value) { m_codeContentHasBeenSet = true; m_codeContent = value; }
49 inline void SetCodeContent(CodeContent&& value) { m_codeContentHasBeenSet = true; m_codeContent = std::move(value); }
50 inline ApplicationCodeConfiguration& WithCodeContent(const CodeContent& value) { SetCodeContent(value); return *this;}
51 inline ApplicationCodeConfiguration& WithCodeContent(CodeContent&& value) { SetCodeContent(std::move(value)); return *this;}
53
55
58 inline const CodeContentType& GetCodeContentType() const{ return m_codeContentType; }
59 inline bool CodeContentTypeHasBeenSet() const { return m_codeContentTypeHasBeenSet; }
60 inline void SetCodeContentType(const CodeContentType& value) { m_codeContentTypeHasBeenSet = true; m_codeContentType = value; }
61 inline void SetCodeContentType(CodeContentType&& value) { m_codeContentTypeHasBeenSet = true; m_codeContentType = std::move(value); }
63 inline ApplicationCodeConfiguration& WithCodeContentType(CodeContentType&& value) { SetCodeContentType(std::move(value)); return *this;}
65 private:
66
67 CodeContent m_codeContent;
68 bool m_codeContentHasBeenSet = false;
69
70 CodeContentType m_codeContentType;
71 bool m_codeContentTypeHasBeenSet = false;
72 };
73
74} // namespace Model
75} // namespace KinesisAnalyticsV2
76} // namespace Aws
AWS_KINESISANALYTICSV2_API ApplicationCodeConfiguration(Aws::Utils::Json::JsonView jsonValue)
ApplicationCodeConfiguration & WithCodeContentType(const CodeContentType &value)
ApplicationCodeConfiguration & WithCodeContent(const CodeContent &value)
AWS_KINESISANALYTICSV2_API ApplicationCodeConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
ApplicationCodeConfiguration & WithCodeContent(CodeContent &&value)
ApplicationCodeConfiguration & WithCodeContentType(CodeContentType &&value)
AWS_KINESISANALYTICSV2_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue