AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
S3BucketConfiguration.h
1
6#pragma once
7#include <aws/quicksight/QuickSight_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 QuickSight
22{
23namespace Model
24{
25
35 {
36 public:
37 AWS_QUICKSIGHT_API S3BucketConfiguration();
40 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
41
42
44
48 inline const Aws::String& GetBucketName() const{ return m_bucketName; }
49 inline bool BucketNameHasBeenSet() const { return m_bucketNameHasBeenSet; }
50 inline void SetBucketName(const Aws::String& value) { m_bucketNameHasBeenSet = true; m_bucketName = value; }
51 inline void SetBucketName(Aws::String&& value) { m_bucketNameHasBeenSet = true; m_bucketName = std::move(value); }
52 inline void SetBucketName(const char* value) { m_bucketNameHasBeenSet = true; m_bucketName.assign(value); }
53 inline S3BucketConfiguration& WithBucketName(const Aws::String& value) { SetBucketName(value); return *this;}
54 inline S3BucketConfiguration& WithBucketName(Aws::String&& value) { SetBucketName(std::move(value)); return *this;}
55 inline S3BucketConfiguration& WithBucketName(const char* value) { SetBucketName(value); return *this;}
57
59
63 inline const Aws::String& GetBucketPrefix() const{ return m_bucketPrefix; }
64 inline bool BucketPrefixHasBeenSet() const { return m_bucketPrefixHasBeenSet; }
65 inline void SetBucketPrefix(const Aws::String& value) { m_bucketPrefixHasBeenSet = true; m_bucketPrefix = value; }
66 inline void SetBucketPrefix(Aws::String&& value) { m_bucketPrefixHasBeenSet = true; m_bucketPrefix = std::move(value); }
67 inline void SetBucketPrefix(const char* value) { m_bucketPrefixHasBeenSet = true; m_bucketPrefix.assign(value); }
68 inline S3BucketConfiguration& WithBucketPrefix(const Aws::String& value) { SetBucketPrefix(value); return *this;}
69 inline S3BucketConfiguration& WithBucketPrefix(Aws::String&& value) { SetBucketPrefix(std::move(value)); return *this;}
70 inline S3BucketConfiguration& WithBucketPrefix(const char* value) { SetBucketPrefix(value); return *this;}
72
74
79 inline const Aws::String& GetBucketRegion() const{ return m_bucketRegion; }
80 inline bool BucketRegionHasBeenSet() const { return m_bucketRegionHasBeenSet; }
81 inline void SetBucketRegion(const Aws::String& value) { m_bucketRegionHasBeenSet = true; m_bucketRegion = value; }
82 inline void SetBucketRegion(Aws::String&& value) { m_bucketRegionHasBeenSet = true; m_bucketRegion = std::move(value); }
83 inline void SetBucketRegion(const char* value) { m_bucketRegionHasBeenSet = true; m_bucketRegion.assign(value); }
84 inline S3BucketConfiguration& WithBucketRegion(const Aws::String& value) { SetBucketRegion(value); return *this;}
85 inline S3BucketConfiguration& WithBucketRegion(Aws::String&& value) { SetBucketRegion(std::move(value)); return *this;}
86 inline S3BucketConfiguration& WithBucketRegion(const char* value) { SetBucketRegion(value); return *this;}
88 private:
89
90 Aws::String m_bucketName;
91 bool m_bucketNameHasBeenSet = false;
92
93 Aws::String m_bucketPrefix;
94 bool m_bucketPrefixHasBeenSet = false;
95
96 Aws::String m_bucketRegion;
97 bool m_bucketRegionHasBeenSet = false;
98 };
99
100} // namespace Model
101} // namespace QuickSight
102} // namespace Aws
S3BucketConfiguration & WithBucketName(Aws::String &&value)
S3BucketConfiguration & WithBucketName(const Aws::String &value)
S3BucketConfiguration & WithBucketRegion(Aws::String &&value)
S3BucketConfiguration & WithBucketPrefix(const char *value)
AWS_QUICKSIGHT_API S3BucketConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
S3BucketConfiguration & WithBucketRegion(const Aws::String &value)
S3BucketConfiguration & WithBucketPrefix(const Aws::String &value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
S3BucketConfiguration & WithBucketName(const char *value)
S3BucketConfiguration & WithBucketPrefix(Aws::String &&value)
AWS_QUICKSIGHT_API S3BucketConfiguration(Aws::Utils::Json::JsonView jsonValue)
S3BucketConfiguration & WithBucketRegion(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue