AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ApplicationCodeConfigurationDescription.h
1
6#pragma once
7#include <aws/kinesisanalyticsv2/KinesisAnalyticsV2_EXPORTS.h>
8#include <aws/kinesisanalyticsv2/model/CodeContentType.h>
9#include <aws/kinesisanalyticsv2/model/CodeContentDescription.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 ApplicationCodeConfigurationDescription();
39 AWS_KINESISANALYTICSV2_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
46 inline const CodeContentType& GetCodeContentType() const{ return m_codeContentType; }
47 inline bool CodeContentTypeHasBeenSet() const { return m_codeContentTypeHasBeenSet; }
48 inline void SetCodeContentType(const CodeContentType& value) { m_codeContentTypeHasBeenSet = true; m_codeContentType = value; }
49 inline void SetCodeContentType(CodeContentType&& value) { m_codeContentTypeHasBeenSet = true; m_codeContentType = std::move(value); }
53
55
58 inline const CodeContentDescription& GetCodeContentDescription() const{ return m_codeContentDescription; }
59 inline bool CodeContentDescriptionHasBeenSet() const { return m_codeContentDescriptionHasBeenSet; }
60 inline void SetCodeContentDescription(const CodeContentDescription& value) { m_codeContentDescriptionHasBeenSet = true; m_codeContentDescription = value; }
61 inline void SetCodeContentDescription(CodeContentDescription&& value) { m_codeContentDescriptionHasBeenSet = true; m_codeContentDescription = std::move(value); }
65 private:
66
67 CodeContentType m_codeContentType;
68 bool m_codeContentTypeHasBeenSet = false;
69
70 CodeContentDescription m_codeContentDescription;
71 bool m_codeContentDescriptionHasBeenSet = false;
72 };
73
74} // namespace Model
75} // namespace KinesisAnalyticsV2
76} // namespace Aws
AWS_KINESISANALYTICSV2_API ApplicationCodeConfigurationDescription(Aws::Utils::Json::JsonView jsonValue)
ApplicationCodeConfigurationDescription & WithCodeContentDescription(CodeContentDescription &&value)
AWS_KINESISANALYTICSV2_API ApplicationCodeConfigurationDescription & operator=(Aws::Utils::Json::JsonView jsonValue)
ApplicationCodeConfigurationDescription & WithCodeContentDescription(const CodeContentDescription &value)
AWS_KINESISANALYTICSV2_API Aws::Utils::Json::JsonValue Jsonize() const
ApplicationCodeConfigurationDescription & WithCodeContentType(CodeContentType &&value)
ApplicationCodeConfigurationDescription & WithCodeContentType(const CodeContentType &value)
Aws::Utils::Json::JsonValue JsonValue