AWS SDK for C++

AWS SDK for C++ Version 1.11.607

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() = default;
39 AWS_KINESISANALYTICSV2_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
46 inline CodeContentType GetCodeContentType() const { return m_codeContentType; }
47 inline bool CodeContentTypeHasBeenSet() const { return m_codeContentTypeHasBeenSet; }
48 inline void SetCodeContentType(CodeContentType value) { m_codeContentTypeHasBeenSet = true; m_codeContentType = value; }
51
53
56 inline const CodeContentDescription& GetCodeContentDescription() const { return m_codeContentDescription; }
57 inline bool CodeContentDescriptionHasBeenSet() const { return m_codeContentDescriptionHasBeenSet; }
58 template<typename CodeContentDescriptionT = CodeContentDescription>
59 void SetCodeContentDescription(CodeContentDescriptionT&& value) { m_codeContentDescriptionHasBeenSet = true; m_codeContentDescription = std::forward<CodeContentDescriptionT>(value); }
60 template<typename CodeContentDescriptionT = CodeContentDescription>
61 ApplicationCodeConfigurationDescription& WithCodeContentDescription(CodeContentDescriptionT&& value) { SetCodeContentDescription(std::forward<CodeContentDescriptionT>(value)); return *this;}
63 private:
64
66 bool m_codeContentTypeHasBeenSet = false;
67
68 CodeContentDescription m_codeContentDescription;
69 bool m_codeContentDescriptionHasBeenSet = false;
70 };
71
72} // namespace Model
73} // namespace KinesisAnalyticsV2
74} // namespace Aws
AWS_KINESISANALYTICSV2_API ApplicationCodeConfigurationDescription(Aws::Utils::Json::JsonView jsonValue)
ApplicationCodeConfigurationDescription & WithCodeContentType(CodeContentType value)
AWS_KINESISANALYTICSV2_API ApplicationCodeConfigurationDescription()=default
AWS_KINESISANALYTICSV2_API ApplicationCodeConfigurationDescription & operator=(Aws::Utils::Json::JsonView jsonValue)
ApplicationCodeConfigurationDescription & WithCodeContentDescription(CodeContentDescriptionT &&value)
AWS_KINESISANALYTICSV2_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue