7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/quicksight/QuickSight_EXPORTS.h>
10#include <aws/quicksight/model/RenameColumnOperation.h>
11#include <aws/quicksight/model/TransformOperationSource.h>
44 template <
typename AliasT = Aws::String>
46 m_aliasHasBeenSet =
true;
47 m_alias = std::forward<AliasT>(value);
49 template <
typename AliasT = Aws::String>
51 SetAlias(std::forward<AliasT>(value));
63 template <
typename SourceT = TransformOperationSource>
65 m_sourceHasBeenSet =
true;
66 m_source = std::forward<SourceT>(value);
68 template <
typename SourceT = TransformOperationSource>
82 template <
typename RenameColumnOperationsT = Aws::Vector<RenameColumnOperation>>
84 m_renameColumnOperationsHasBeenSet =
true;
85 m_renameColumnOperations = std::forward<RenameColumnOperationsT>(value);
87 template <
typename RenameColumnOperationsT = Aws::Vector<RenameColumnOperation>>
92 template <
typename RenameColumnOperationsT = RenameColumnOperation>
94 m_renameColumnOperationsHasBeenSet =
true;
95 m_renameColumnOperations.emplace_back(std::forward<RenameColumnOperationsT>(value));
105 bool m_aliasHasBeenSet =
false;
106 bool m_sourceHasBeenSet =
false;
107 bool m_renameColumnOperationsHasBeenSet =
false;
void SetRenameColumnOperations(RenameColumnOperationsT &&value)
bool SourceHasBeenSet() const
AWS_QUICKSIGHT_API RenameColumnsOperation & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API RenameColumnsOperation(Aws::Utils::Json::JsonView jsonValue)
RenameColumnsOperation & WithSource(SourceT &&value)
const Aws::Vector< RenameColumnOperation > & GetRenameColumnOperations() const
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
bool RenameColumnOperationsHasBeenSet() const
AWS_QUICKSIGHT_API RenameColumnsOperation()=default
void SetAlias(AliasT &&value)
void SetSource(SourceT &&value)
const TransformOperationSource & GetSource() const
RenameColumnsOperation & WithAlias(AliasT &&value)
bool AliasHasBeenSet() const
RenameColumnsOperation & WithRenameColumnOperations(RenameColumnOperationsT &&value)
RenameColumnsOperation & AddRenameColumnOperations(RenameColumnOperationsT &&value)
const Aws::String & GetAlias() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue