AWS SDK for C++

AWS SDK for C++ Version 1.11.891

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
47 public:
48 AWS_QUICKSIGHT_API S3KnowledgeBaseParameters() = default;
51 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
52
54
63 inline const Aws::String& GetRoleArn() const { return m_roleArn; }
64 inline bool RoleArnHasBeenSet() const { return m_roleArnHasBeenSet; }
65 template <typename RoleArnT = Aws::String>
66 void SetRoleArn(RoleArnT&& value) {
67 m_roleArnHasBeenSet = true;
68 m_roleArn = std::forward<RoleArnT>(value);
69 }
70 template <typename RoleArnT = Aws::String>
72 SetRoleArn(std::forward<RoleArnT>(value));
73 return *this;
74 }
76
78
81 inline const Aws::String& GetBucketUrl() const { return m_bucketUrl; }
82 inline bool BucketUrlHasBeenSet() const { return m_bucketUrlHasBeenSet; }
83 template <typename BucketUrlT = Aws::String>
84 void SetBucketUrl(BucketUrlT&& value) {
85 m_bucketUrlHasBeenSet = true;
86 m_bucketUrl = std::forward<BucketUrlT>(value);
87 }
88 template <typename BucketUrlT = Aws::String>
90 SetBucketUrl(std::forward<BucketUrlT>(value));
91 return *this;
92 }
94
96
103 inline const Aws::String& GetMetadataFilesLocation() const { return m_metadataFilesLocation; }
104 inline bool MetadataFilesLocationHasBeenSet() const { return m_metadataFilesLocationHasBeenSet; }
105 template <typename MetadataFilesLocationT = Aws::String>
106 void SetMetadataFilesLocation(MetadataFilesLocationT&& value) {
107 m_metadataFilesLocationHasBeenSet = true;
108 m_metadataFilesLocation = std::forward<MetadataFilesLocationT>(value);
109 }
110 template <typename MetadataFilesLocationT = Aws::String>
111 S3KnowledgeBaseParameters& WithMetadataFilesLocation(MetadataFilesLocationT&& value) {
112 SetMetadataFilesLocation(std::forward<MetadataFilesLocationT>(value));
113 return *this;
114 }
116 private:
117 Aws::String m_roleArn;
118
119 Aws::String m_bucketUrl;
120
121 Aws::String m_metadataFilesLocation;
122 bool m_roleArnHasBeenSet = false;
123 bool m_bucketUrlHasBeenSet = false;
124 bool m_metadataFilesLocationHasBeenSet = false;
125};
126
127} // namespace Model
128} // namespace QuickSight
129} // 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