AWS SDK for C++

AWS SDK for C++ Version 1.11.754

Loading...
Searching...
No Matches
S3ContentBaseLocationUpdate.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/kinesisanalyticsv2/KinesisAnalyticsV2_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace KinesisAnalyticsV2 {
20namespace Model {
21
29 public:
30 AWS_KINESISANALYTICSV2_API S3ContentBaseLocationUpdate() = default;
31 AWS_KINESISANALYTICSV2_API S3ContentBaseLocationUpdate(Aws::Utils::Json::JsonView jsonValue);
33 AWS_KINESISANALYTICSV2_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
39 inline const Aws::String& GetBucketARNUpdate() const { return m_bucketARNUpdate; }
40 inline bool BucketARNUpdateHasBeenSet() const { return m_bucketARNUpdateHasBeenSet; }
41 template <typename BucketARNUpdateT = Aws::String>
42 void SetBucketARNUpdate(BucketARNUpdateT&& value) {
43 m_bucketARNUpdateHasBeenSet = true;
44 m_bucketARNUpdate = std::forward<BucketARNUpdateT>(value);
45 }
46 template <typename BucketARNUpdateT = Aws::String>
48 SetBucketARNUpdate(std::forward<BucketARNUpdateT>(value));
49 return *this;
50 }
52
54
57 inline const Aws::String& GetBasePathUpdate() const { return m_basePathUpdate; }
58 inline bool BasePathUpdateHasBeenSet() const { return m_basePathUpdateHasBeenSet; }
59 template <typename BasePathUpdateT = Aws::String>
60 void SetBasePathUpdate(BasePathUpdateT&& value) {
61 m_basePathUpdateHasBeenSet = true;
62 m_basePathUpdate = std::forward<BasePathUpdateT>(value);
63 }
64 template <typename BasePathUpdateT = Aws::String>
66 SetBasePathUpdate(std::forward<BasePathUpdateT>(value));
67 return *this;
68 }
70 private:
71 Aws::String m_bucketARNUpdate;
72
73 Aws::String m_basePathUpdate;
74 bool m_bucketARNUpdateHasBeenSet = false;
75 bool m_basePathUpdateHasBeenSet = false;
76};
77
78} // namespace Model
79} // namespace KinesisAnalyticsV2
80} // namespace Aws
S3ContentBaseLocationUpdate & WithBasePathUpdate(BasePathUpdateT &&value)
AWS_KINESISANALYTICSV2_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_KINESISANALYTICSV2_API S3ContentBaseLocationUpdate()=default
AWS_KINESISANALYTICSV2_API S3ContentBaseLocationUpdate & operator=(Aws::Utils::Json::JsonView jsonValue)
S3ContentBaseLocationUpdate & WithBucketARNUpdate(BucketARNUpdateT &&value)
AWS_KINESISANALYTICSV2_API S3ContentBaseLocationUpdate(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue