7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/kinesisanalyticsv2/KinesisAnalyticsV2_EXPORTS.h>
19namespace KinesisAnalyticsV2 {
44 template <
typename BucketARNT = Aws::String>
46 m_bucketARNHasBeenSet =
true;
47 m_bucketARN = std::forward<BucketARNT>(value);
49 template <
typename BucketARNT = Aws::String>
62 template <
typename FileKeyT = Aws::String>
64 m_fileKeyHasBeenSet =
true;
65 m_fileKey = std::forward<FileKeyT>(value);
67 template <
typename FileKeyT = Aws::String>
80 template <
typename ObjectVersionT = Aws::String>
82 m_objectVersionHasBeenSet =
true;
83 m_objectVersion = std::forward<ObjectVersionT>(value);
85 template <
typename ObjectVersionT = Aws::String>
97 bool m_bucketARNHasBeenSet =
false;
98 bool m_fileKeyHasBeenSet =
false;
99 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