AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
S3ContentLocationUpdate.h
1
6#pragma once
7#include <aws/kinesisanalyticsv2/KinesisAnalyticsV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace KinesisAnalyticsV2
22{
23namespace Model
24{
25
33 {
34 public:
35 AWS_KINESISANALYTICSV2_API S3ContentLocationUpdate() = default;
36 AWS_KINESISANALYTICSV2_API S3ContentLocationUpdate(Aws::Utils::Json::JsonView jsonValue);
37 AWS_KINESISANALYTICSV2_API S3ContentLocationUpdate& operator=(Aws::Utils::Json::JsonView jsonValue);
38 AWS_KINESISANALYTICSV2_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
46 inline const Aws::String& GetBucketARNUpdate() const { return m_bucketARNUpdate; }
47 inline bool BucketARNUpdateHasBeenSet() const { return m_bucketARNUpdateHasBeenSet; }
48 template<typename BucketARNUpdateT = Aws::String>
49 void SetBucketARNUpdate(BucketARNUpdateT&& value) { m_bucketARNUpdateHasBeenSet = true; m_bucketARNUpdate = std::forward<BucketARNUpdateT>(value); }
50 template<typename BucketARNUpdateT = Aws::String>
51 S3ContentLocationUpdate& WithBucketARNUpdate(BucketARNUpdateT&& value) { SetBucketARNUpdate(std::forward<BucketARNUpdateT>(value)); return *this;}
53
55
58 inline const Aws::String& GetFileKeyUpdate() const { return m_fileKeyUpdate; }
59 inline bool FileKeyUpdateHasBeenSet() const { return m_fileKeyUpdateHasBeenSet; }
60 template<typename FileKeyUpdateT = Aws::String>
61 void SetFileKeyUpdate(FileKeyUpdateT&& value) { m_fileKeyUpdateHasBeenSet = true; m_fileKeyUpdate = std::forward<FileKeyUpdateT>(value); }
62 template<typename FileKeyUpdateT = Aws::String>
63 S3ContentLocationUpdate& WithFileKeyUpdate(FileKeyUpdateT&& value) { SetFileKeyUpdate(std::forward<FileKeyUpdateT>(value)); return *this;}
65
67
70 inline const Aws::String& GetObjectVersionUpdate() const { return m_objectVersionUpdate; }
71 inline bool ObjectVersionUpdateHasBeenSet() const { return m_objectVersionUpdateHasBeenSet; }
72 template<typename ObjectVersionUpdateT = Aws::String>
73 void SetObjectVersionUpdate(ObjectVersionUpdateT&& value) { m_objectVersionUpdateHasBeenSet = true; m_objectVersionUpdate = std::forward<ObjectVersionUpdateT>(value); }
74 template<typename ObjectVersionUpdateT = Aws::String>
75 S3ContentLocationUpdate& WithObjectVersionUpdate(ObjectVersionUpdateT&& value) { SetObjectVersionUpdate(std::forward<ObjectVersionUpdateT>(value)); return *this;}
77 private:
78
79 Aws::String m_bucketARNUpdate;
80 bool m_bucketARNUpdateHasBeenSet = false;
81
82 Aws::String m_fileKeyUpdate;
83 bool m_fileKeyUpdateHasBeenSet = false;
84
85 Aws::String m_objectVersionUpdate;
86 bool m_objectVersionUpdateHasBeenSet = false;
87 };
88
89} // namespace Model
90} // namespace KinesisAnalyticsV2
91} // namespace Aws
AWS_KINESISANALYTICSV2_API S3ContentLocationUpdate()=default
S3ContentLocationUpdate & WithObjectVersionUpdate(ObjectVersionUpdateT &&value)
AWS_KINESISANALYTICSV2_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_KINESISANALYTICSV2_API S3ContentLocationUpdate(Aws::Utils::Json::JsonView jsonValue)
S3ContentLocationUpdate & WithBucketARNUpdate(BucketARNUpdateT &&value)
S3ContentLocationUpdate & WithFileKeyUpdate(FileKeyUpdateT &&value)
AWS_KINESISANALYTICSV2_API S3ContentLocationUpdate & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue