AWS SDK for C++

AWS SDK for C++ Version 1.11.748

Loading...
Searching...
No Matches
S3KnowledgeBaseParameters.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace QuickSight {
20namespace Model {
21
29 public:
30 AWS_QUICKSIGHT_API S3KnowledgeBaseParameters() = default;
33 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
45 inline const Aws::String& GetRoleArn() const { return m_roleArn; }
46 inline bool RoleArnHasBeenSet() const { return m_roleArnHasBeenSet; }
47 template <typename RoleArnT = Aws::String>
48 void SetRoleArn(RoleArnT&& value) {
49 m_roleArnHasBeenSet = true;
50 m_roleArn = std::forward<RoleArnT>(value);
51 }
52 template <typename RoleArnT = Aws::String>
54 SetRoleArn(std::forward<RoleArnT>(value));
55 return *this;
56 }
58
60
63 inline const Aws::String& GetBucketUrl() const { return m_bucketUrl; }
64 inline bool BucketUrlHasBeenSet() const { return m_bucketUrlHasBeenSet; }
65 template <typename BucketUrlT = Aws::String>
66 void SetBucketUrl(BucketUrlT&& value) {
67 m_bucketUrlHasBeenSet = true;
68 m_bucketUrl = std::forward<BucketUrlT>(value);
69 }
70 template <typename BucketUrlT = Aws::String>
72 SetBucketUrl(std::forward<BucketUrlT>(value));
73 return *this;
74 }
76
78
82 inline const Aws::String& GetMetadataFilesLocation() const { return m_metadataFilesLocation; }
83 inline bool MetadataFilesLocationHasBeenSet() const { return m_metadataFilesLocationHasBeenSet; }
84 template <typename MetadataFilesLocationT = Aws::String>
85 void SetMetadataFilesLocation(MetadataFilesLocationT&& value) {
86 m_metadataFilesLocationHasBeenSet = true;
87 m_metadataFilesLocation = std::forward<MetadataFilesLocationT>(value);
88 }
89 template <typename MetadataFilesLocationT = Aws::String>
90 S3KnowledgeBaseParameters& WithMetadataFilesLocation(MetadataFilesLocationT&& value) {
91 SetMetadataFilesLocation(std::forward<MetadataFilesLocationT>(value));
92 return *this;
93 }
95 private:
96 Aws::String m_roleArn;
97
98 Aws::String m_bucketUrl;
99
100 Aws::String m_metadataFilesLocation;
101 bool m_roleArnHasBeenSet = false;
102 bool m_bucketUrlHasBeenSet = false;
103 bool m_metadataFilesLocationHasBeenSet = false;
104};
105
106} // namespace Model
107} // namespace QuickSight
108} // namespace Aws
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetMetadataFilesLocation(MetadataFilesLocationT &&value)
S3KnowledgeBaseParameters & WithRoleArn(RoleArnT &&value)
S3KnowledgeBaseParameters & WithBucketUrl(BucketUrlT &&value)
AWS_QUICKSIGHT_API S3KnowledgeBaseParameters()=default
S3KnowledgeBaseParameters & WithMetadataFilesLocation(MetadataFilesLocationT &&value)
AWS_QUICKSIGHT_API S3KnowledgeBaseParameters(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API S3KnowledgeBaseParameters & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue