7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/dataexchange/DataExchange_EXPORTS.h>
19namespace DataExchange {
42 template <
typename ArnT = Aws::String>
44 m_arnHasBeenSet =
true;
45 m_arn = std::forward<ArnT>(value);
47 template <
typename ArnT = Aws::String>
49 SetArn(std::forward<ArnT>(value));
61 template <
typename DatabaseT = Aws::String>
63 m_databaseHasBeenSet =
true;
64 m_database = std::forward<DatabaseT>(value);
66 template <
typename DatabaseT = Aws::String>
80 template <
typename FunctionT = Aws::String>
82 m_functionHasBeenSet =
true;
83 m_function = std::forward<FunctionT>(value);
85 template <
typename FunctionT = Aws::String>
99 template <
typename TableT = Aws::String>
101 m_tableHasBeenSet =
true;
102 m_table = std::forward<TableT>(value);
104 template <
typename TableT = Aws::String>
106 SetTable(std::forward<TableT>(value));
118 template <
typename SchemaT = Aws::String>
120 m_schemaHasBeenSet =
true;
121 m_schema = std::forward<SchemaT>(value);
123 template <
typename SchemaT = Aws::String>
137 template <
typename ViewT = Aws::String>
139 m_viewHasBeenSet =
true;
140 m_view = std::forward<ViewT>(value);
142 template <
typename ViewT = Aws::String>
144 SetView(std::forward<ViewT>(value));
160 bool m_arnHasBeenSet =
false;
161 bool m_databaseHasBeenSet =
false;
162 bool m_functionHasBeenSet =
false;
163 bool m_tableHasBeenSet =
false;
164 bool m_schemaHasBeenSet =
false;
165 bool m_viewHasBeenSet =
false;
AWS_DATAEXCHANGE_API Aws::Utils::Json::JsonValue Jsonize() const
RedshiftDataShareDetails & WithArn(ArnT &&value)
const Aws::String & GetSchema() const
const Aws::String & GetTable() const
AWS_DATAEXCHANGE_API RedshiftDataShareDetails(Aws::Utils::Json::JsonView jsonValue)
void SetTable(TableT &&value)
AWS_DATAEXCHANGE_API RedshiftDataShareDetails()=default
void SetFunction(FunctionT &&value)
AWS_DATAEXCHANGE_API RedshiftDataShareDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetSchema(SchemaT &&value)
const Aws::String & GetDatabase() const
bool TableHasBeenSet() const
RedshiftDataShareDetails & WithFunction(FunctionT &&value)
RedshiftDataShareDetails & WithTable(TableT &&value)
RedshiftDataShareDetails & WithView(ViewT &&value)
bool ViewHasBeenSet() const
bool SchemaHasBeenSet() const
RedshiftDataShareDetails & WithDatabase(DatabaseT &&value)
void SetArn(ArnT &&value)
const Aws::String & GetFunction() const
bool FunctionHasBeenSet() const
bool DatabaseHasBeenSet() const
void SetDatabase(DatabaseT &&value)
RedshiftDataShareDetails & WithSchema(SchemaT &&value)
void SetView(ViewT &&value)
const Aws::String & GetArn() const
const Aws::String & GetView() const
bool ArnHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue