7#include <aws/kinesisanalyticsv2/KinesisAnalyticsV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace KinesisAnalyticsV2
50 template<
typename BucketARNT = Aws::String>
51 void SetBucketARN(BucketARNT&& value) { m_bucketARNHasBeenSet =
true; m_bucketARN = std::forward<BucketARNT>(value); }
52 template<
typename BucketARNT = Aws::String>
62 template<
typename FileKeyT = Aws::String>
63 void SetFileKey(FileKeyT&& value) { m_fileKeyHasBeenSet =
true; m_fileKey = std::forward<FileKeyT>(value); }
64 template<
typename FileKeyT = Aws::String>
74 template<
typename ObjectVersionT = Aws::String>
75 void SetObjectVersion(ObjectVersionT&& value) { m_objectVersionHasBeenSet =
true; m_objectVersion = std::forward<ObjectVersionT>(value); }
76 template<
typename ObjectVersionT = Aws::String>
82 bool m_bucketARNHasBeenSet =
false;
85 bool m_fileKeyHasBeenSet =
false;
88 bool m_objectVersionHasBeenSet =
false;
bool ObjectVersionHasBeenSet() const
void SetObjectVersion(ObjectVersionT &&value)
void SetFileKey(FileKeyT &&value)
AWS_KINESISANALYTICSV2_API S3ContentLocation()=default
bool BucketARNHasBeenSet() const
AWS_KINESISANALYTICSV2_API S3ContentLocation(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetBucketARN() const
S3ContentLocation & WithObjectVersion(ObjectVersionT &&value)
const Aws::String & GetFileKey() const
S3ContentLocation & WithBucketARN(BucketARNT &&value)
AWS_KINESISANALYTICSV2_API Aws::Utils::Json::JsonValue Jsonize() const
S3ContentLocation & WithFileKey(FileKeyT &&value)
const Aws::String & GetObjectVersion() const
AWS_KINESISANALYTICSV2_API S3ContentLocation & operator=(Aws::Utils::Json::JsonView jsonValue)
bool FileKeyHasBeenSet() const
void SetBucketARN(BucketARNT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue