7#include <aws/kinesisanalyticsv2/KinesisAnalyticsV2_EXPORTS.h>
8#include <aws/kinesisanalyticsv2/model/CodeContentType.h>
9#include <aws/kinesisanalyticsv2/model/CodeContentDescription.h>
22namespace KinesisAnalyticsV2
58 template<
typename CodeContentDescriptionT = CodeContentDescription>
59 void SetCodeContentDescription(CodeContentDescriptionT&& value) { m_codeContentDescriptionHasBeenSet =
true; m_codeContentDescription = std::forward<CodeContentDescriptionT>(value); }
60 template<
typename CodeContentDescriptionT = CodeContentDescription>
66 bool m_codeContentTypeHasBeenSet =
false;
68 CodeContentDescription m_codeContentDescription;
69 bool m_codeContentDescriptionHasBeenSet =
false;
AWS_KINESISANALYTICSV2_API ApplicationCodeConfigurationDescription(Aws::Utils::Json::JsonView jsonValue)
ApplicationCodeConfigurationDescription & WithCodeContentType(CodeContentType value)
CodeContentType GetCodeContentType() const
void SetCodeContentDescription(CodeContentDescriptionT &&value)
AWS_KINESISANALYTICSV2_API ApplicationCodeConfigurationDescription()=default
void SetCodeContentType(CodeContentType value)
bool CodeContentTypeHasBeenSet() const
AWS_KINESISANALYTICSV2_API ApplicationCodeConfigurationDescription & operator=(Aws::Utils::Json::JsonView jsonValue)
ApplicationCodeConfigurationDescription & WithCodeContentDescription(CodeContentDescriptionT &&value)
bool CodeContentDescriptionHasBeenSet() const
const CodeContentDescription & GetCodeContentDescription() const
AWS_KINESISANALYTICSV2_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue