7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/macie2/Macie2_EXPORTS.h>
30 AWS_MACIE2_API
Cell() =
default;
43 template <
typename CellReferenceT = Aws::String>
45 m_cellReferenceHasBeenSet =
true;
46 m_cellReference = std::forward<CellReferenceT>(value);
48 template <
typename CellReferenceT = Aws::String>
62 inline long long GetColumn()
const {
return m_column; }
65 m_columnHasBeenSet =
true;
80 template <
typename ColumnNameT = Aws::String>
82 m_columnNameHasBeenSet =
true;
83 m_columnName = std::forward<ColumnNameT>(value);
85 template <
typename ColumnNameT = Aws::String>
96 inline long long GetRow()
const {
return m_row; }
98 inline void SetRow(
long long value) {
99 m_rowHasBeenSet =
true;
110 long long m_column{0};
115 bool m_cellReferenceHasBeenSet =
false;
116 bool m_columnHasBeenSet =
false;
117 bool m_columnNameHasBeenSet =
false;
118 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