7#include <aws/kinesisanalyticsv2/KinesisAnalyticsV2_EXPORTS.h>
8#include <aws/kinesisanalyticsv2/model/CodeContent.h>
9#include <aws/kinesisanalyticsv2/model/CodeContentType.h>
20namespace KinesisAnalyticsV2 {
42 template <
typename CodeContentT = CodeContent>
44 m_codeContentHasBeenSet =
true;
45 m_codeContent = std::forward<CodeContentT>(value);
47 template <
typename CodeContentT = CodeContent>
61 m_codeContentTypeHasBeenSet =
true;
62 m_codeContentType = value;
73 bool m_codeContentHasBeenSet =
false;
74 bool m_codeContentTypeHasBeenSet =
false;
const CodeContent & GetCodeContent() const
bool CodeContentTypeHasBeenSet() const
AWS_KINESISANALYTICSV2_API ApplicationCodeConfiguration(Aws::Utils::Json::JsonView jsonValue)
void SetCodeContent(CodeContentT &&value)
CodeContentType GetCodeContentType() const
AWS_KINESISANALYTICSV2_API ApplicationCodeConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
bool CodeContentHasBeenSet() const
ApplicationCodeConfiguration & WithCodeContentType(CodeContentType value)
void SetCodeContentType(CodeContentType value)
ApplicationCodeConfiguration & WithCodeContent(CodeContentT &&value)
AWS_KINESISANALYTICSV2_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_KINESISANALYTICSV2_API ApplicationCodeConfiguration()=default
Aws::Utils::Json::JsonValue JsonValue