7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
41 template <
typename StepIdT = Aws::String>
43 m_stepIdHasBeenSet =
true;
44 m_stepId = std::forward<StepIdT>(value);
46 template <
typename StepIdT = Aws::String>
59 template <
typename StepAliasT = Aws::String>
61 m_stepAliasHasBeenSet =
true;
62 m_stepAlias = std::forward<StepAliasT>(value);
64 template <
typename StepAliasT = Aws::String>
74 bool m_stepIdHasBeenSet =
false;
75 bool m_stepAliasHasBeenSet =
false;
StepAliasMapping & WithStepId(StepIdT &&value)
AWS_QUICKSIGHT_API StepAliasMapping()=default
bool StepIdHasBeenSet() const
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
StepAliasMapping & WithStepAlias(StepAliasT &&value)
AWS_QUICKSIGHT_API StepAliasMapping(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API StepAliasMapping & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetStepId() const
bool StepAliasHasBeenSet() const
void SetStepAlias(StepAliasT &&value)
void SetStepId(StepIdT &&value)
const Aws::String & GetStepAlias() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue