AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
S3ContentBaseLocationUpdate.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 S3ContentBaseLocationUpdate() = default;
36 AWS_KINESISANALYTICSV2_API S3ContentBaseLocationUpdate(Aws::Utils::Json::JsonView jsonValue);
38 AWS_KINESISANALYTICSV2_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
45 inline const Aws::String& GetBucketARNUpdate() const { return m_bucketARNUpdate; }
46 inline bool BucketARNUpdateHasBeenSet() const { return m_bucketARNUpdateHasBeenSet; }
47 template<typename BucketARNUpdateT = Aws::String>
48 void SetBucketARNUpdate(BucketARNUpdateT&& value) { m_bucketARNUpdateHasBeenSet = true; m_bucketARNUpdate = std::forward<BucketARNUpdateT>(value); }
49 template<typename BucketARNUpdateT = Aws::String>
50 S3ContentBaseLocationUpdate& WithBucketARNUpdate(BucketARNUpdateT&& value) { SetBucketARNUpdate(std::forward<BucketARNUpdateT>(value)); return *this;}
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) { m_basePathUpdateHasBeenSet = true; m_basePathUpdate = std::forward<BasePathUpdateT>(value); }
61 template<typename BasePathUpdateT = Aws::String>
62 S3ContentBaseLocationUpdate& WithBasePathUpdate(BasePathUpdateT&& value) { SetBasePathUpdate(std::forward<BasePathUpdateT>(value)); return *this;}
64 private:
65
66 Aws::String m_bucketARNUpdate;
67 bool m_bucketARNUpdateHasBeenSet = false;
68
69 Aws::String m_basePathUpdate;
70 bool m_basePathUpdateHasBeenSet = false;
71 };
72
73} // namespace Model
74} // namespace KinesisAnalyticsV2
75} // 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