7#include <aws/kinesisanalyticsv2/KinesisAnalyticsV2_EXPORTS.h>
8#include <aws/kinesisanalyticsv2/model/CodeContent.h>
9#include <aws/kinesisanalyticsv2/model/CodeContentType.h>
22namespace KinesisAnalyticsV2
48 template<
typename CodeContentT = CodeContent>
49 void SetCodeContent(CodeContentT&& value) { m_codeContentHasBeenSet =
true; m_codeContent = std::forward<CodeContentT>(value); }
50 template<
typename CodeContentT = CodeContent>
66 bool m_codeContentHasBeenSet =
false;
69 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