7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
34 AWS_QUICKSIGHT_API
Slot() =
default;
46 template<
typename SlotIdT = Aws::String>
47 void SetSlotId(SlotIdT&& value) { m_slotIdHasBeenSet =
true; m_slotId = std::forward<SlotIdT>(value); }
48 template<
typename SlotIdT = Aws::String>
58 template<
typename VisualIdT = Aws::String>
59 void SetVisualId(VisualIdT&& value) { m_visualIdHasBeenSet =
true; m_visualId = std::forward<VisualIdT>(value); }
60 template<
typename VisualIdT = Aws::String>
66 bool m_slotIdHasBeenSet =
false;
69 bool m_visualIdHasBeenSet =
false;
void SetSlotId(SlotIdT &&value)
bool VisualIdHasBeenSet() const
Slot & WithVisualId(VisualIdT &&value)
const Aws::String & GetVisualId() const
Slot & WithSlotId(SlotIdT &&value)
bool SlotIdHasBeenSet() const
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetVisualId(VisualIdT &&value)
const Aws::String & GetSlotId() const
AWS_QUICKSIGHT_API Slot & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API Slot()=default
AWS_QUICKSIGHT_API Slot(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue