7#include <aws/macie2/Macie2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
35 AWS_MACIE2_API
Cell() =
default;
49 template<
typename CellReferenceT = Aws::String>
50 void SetCellReference(CellReferenceT&& value) { m_cellReferenceHasBeenSet =
true; m_cellReference = std::forward<CellReferenceT>(value); }
51 template<
typename CellReferenceT = Aws::String>
62 inline long long GetColumn()
const {
return m_column; }
64 inline void SetColumn(
long long value) { m_columnHasBeenSet =
true; m_column = value; }
74 template<
typename ColumnNameT = Aws::String>
75 void SetColumnName(ColumnNameT&& value) { m_columnNameHasBeenSet =
true; m_columnName = std::forward<ColumnNameT>(value); }
76 template<
typename ColumnNameT = Aws::String>
84 inline long long GetRow()
const {
return m_row; }
86 inline void SetRow(
long long value) { m_rowHasBeenSet =
true; m_row = value; }
92 bool m_cellReferenceHasBeenSet =
false;
94 long long m_column{0};
95 bool m_columnHasBeenSet =
false;
98 bool m_columnNameHasBeenSet =
false;
101 bool m_rowHasBeenSet =
false;
bool ColumnNameHasBeenSet() const
void SetColumn(long long value)
AWS_MACIE2_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_MACIE2_API Cell(Aws::Utils::Json::JsonView jsonValue)
bool CellReferenceHasBeenSet() const
Cell & WithCellReference(CellReferenceT &&value)
AWS_MACIE2_API Cell & operator=(Aws::Utils::Json::JsonView jsonValue)
Cell & WithRow(long long value)
void SetRow(long long value)
Cell & WithColumn(long long value)
bool RowHasBeenSet() const
Cell & WithColumnName(ColumnNameT &&value)
long long GetColumn() const
bool ColumnHasBeenSet() const
AWS_MACIE2_API Cell()=default
const Aws::String & GetColumnName() const
void SetColumnName(ColumnNameT &&value)
void SetCellReference(CellReferenceT &&value)
const Aws::String & GetCellReference() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue