7#include <aws/kinesisanalyticsv2/KinesisAnalyticsV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace KinesisAnalyticsV2
48 template<
typename BucketARNT = Aws::String>
49 void SetBucketARN(BucketARNT&& value) { m_bucketARNHasBeenSet =
true; m_bucketARN = std::forward<BucketARNT>(value); }
50 template<
typename BucketARNT = Aws::String>
60 template<
typename FileKeyT = Aws::String>
61 void SetFileKey(FileKeyT&& value) { m_fileKeyHasBeenSet =
true; m_fileKey = std::forward<FileKeyT>(value); }
62 template<
typename FileKeyT = Aws::String>
72 template<
typename ObjectVersionT = Aws::String>
73 void SetObjectVersion(ObjectVersionT&& value) { m_objectVersionHasBeenSet =
true; m_objectVersion = std::forward<ObjectVersionT>(value); }
74 template<
typename ObjectVersionT = Aws::String>
80 bool m_bucketARNHasBeenSet =
false;
83 bool m_fileKeyHasBeenSet =
false;
86 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