7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/kinesisanalyticsv2/KinesisAnalyticsV2_EXPORTS.h>
19namespace KinesisAnalyticsV2 {
42 template <
typename BucketARNT = Aws::String>
44 m_bucketARNHasBeenSet =
true;
45 m_bucketARN = std::forward<BucketARNT>(value);
47 template <
typename BucketARNT = Aws::String>
60 template <
typename FileKeyT = Aws::String>
62 m_fileKeyHasBeenSet =
true;
63 m_fileKey = std::forward<FileKeyT>(value);
65 template <
typename FileKeyT = Aws::String>
78 template <
typename ObjectVersionT = Aws::String>
80 m_objectVersionHasBeenSet =
true;
81 m_objectVersion = std::forward<ObjectVersionT>(value);
83 template <
typename ObjectVersionT = Aws::String>
95 bool m_bucketARNHasBeenSet =
false;
96 bool m_fileKeyHasBeenSet =
false;
97 bool m_objectVersionHasBeenSet =
false;
const Aws::String & GetBucketARN() const
bool BucketARNHasBeenSet() const
void SetObjectVersion(ObjectVersionT &&value)
const Aws::String & GetObjectVersion() const
S3ApplicationCodeLocationDescription & WithFileKey(FileKeyT &&value)
S3ApplicationCodeLocationDescription & WithBucketARN(BucketARNT &&value)
AWS_KINESISANALYTICSV2_API Aws::Utils::Json::JsonValue Jsonize() const
bool ObjectVersionHasBeenSet() const
AWS_KINESISANALYTICSV2_API S3ApplicationCodeLocationDescription & operator=(Aws::Utils::Json::JsonView jsonValue)
S3ApplicationCodeLocationDescription & WithObjectVersion(ObjectVersionT &&value)
bool FileKeyHasBeenSet() const
AWS_KINESISANALYTICSV2_API S3ApplicationCodeLocationDescription()=default
const Aws::String & GetFileKey() const
void SetBucketARN(BucketARNT &&value)
void SetFileKey(FileKeyT &&value)
AWS_KINESISANALYTICSV2_API S3ApplicationCodeLocationDescription(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue