7#include <aws/kinesisanalyticsv2/KinesisAnalyticsV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/Array.h>
10#include <aws/kinesisanalyticsv2/model/S3ContentLocationUpdate.h>
23namespace KinesisAnalyticsV2
51 inline void SetTextContentUpdate(
const char* value) { m_textContentUpdateHasBeenSet =
true; m_textContentUpdate.assign(value); }
83 bool m_textContentUpdateHasBeenSet =
false;
86 bool m_zipFileContentUpdateHasBeenSet =
false;
89 bool m_s3ContentLocationUpdateHasBeenSet =
false;
void SetTextContentUpdate(const Aws::String &value)
const Aws::String & GetTextContentUpdate() const
bool TextContentUpdateHasBeenSet() const
AWS_KINESISANALYTICSV2_API CodeContentUpdate & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ZipFileContentUpdateHasBeenSet() const
CodeContentUpdate & WithTextContentUpdate(Aws::String &&value)
const S3ContentLocationUpdate & GetS3ContentLocationUpdate() const
void SetTextContentUpdate(const char *value)
CodeContentUpdate & WithZipFileContentUpdate(const Aws::Utils::ByteBuffer &value)
AWS_KINESISANALYTICSV2_API CodeContentUpdate()
const Aws::Utils::ByteBuffer & GetZipFileContentUpdate() const
CodeContentUpdate & WithS3ContentLocationUpdate(S3ContentLocationUpdate &&value)
void SetZipFileContentUpdate(const Aws::Utils::ByteBuffer &value)
bool S3ContentLocationUpdateHasBeenSet() const
CodeContentUpdate & WithS3ContentLocationUpdate(const S3ContentLocationUpdate &value)
CodeContentUpdate & WithTextContentUpdate(const char *value)
CodeContentUpdate & WithZipFileContentUpdate(Aws::Utils::ByteBuffer &&value)
void SetTextContentUpdate(Aws::String &&value)
void SetS3ContentLocationUpdate(const S3ContentLocationUpdate &value)
AWS_KINESISANALYTICSV2_API Aws::Utils::Json::JsonValue Jsonize() const
CodeContentUpdate & WithTextContentUpdate(const Aws::String &value)
void SetS3ContentLocationUpdate(S3ContentLocationUpdate &&value)
AWS_KINESISANALYTICSV2_API CodeContentUpdate(Aws::Utils::Json::JsonView jsonValue)
void SetZipFileContentUpdate(Aws::Utils::ByteBuffer &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue