7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
36 AWS_SECURITYHUB_API
Cell() =
default;
49 inline long long GetColumn()
const {
return m_column; }
51 inline void SetColumn(
long long value) { m_columnHasBeenSet =
true; m_column = value; }
59 inline long long GetRow()
const {
return m_row; }
61 inline void SetRow(
long long value) { m_rowHasBeenSet =
true; m_row = value; }
71 template<
typename ColumnNameT = Aws::String>
72 void SetColumnName(ColumnNameT&& value) { m_columnNameHasBeenSet =
true; m_columnName = std::forward<ColumnNameT>(value); }
73 template<
typename ColumnNameT = Aws::String>
85 template<
typename CellReferenceT = Aws::String>
86 void SetCellReference(CellReferenceT&& value) { m_cellReferenceHasBeenSet =
true; m_cellReference = std::forward<CellReferenceT>(value); }
87 template<
typename CellReferenceT = Aws::String>
92 long long m_column{0};
93 bool m_columnHasBeenSet =
false;
96 bool m_rowHasBeenSet =
false;
99 bool m_columnNameHasBeenSet =
false;
102 bool m_cellReferenceHasBeenSet =
false;
bool RowHasBeenSet() const
const Aws::String & GetCellReference() const
void SetCellReference(CellReferenceT &&value)
Cell & WithCellReference(CellReferenceT &&value)
void SetColumn(long long value)
long long GetColumn() const
void SetRow(long long value)
Cell & WithRow(long long value)
void SetColumnName(ColumnNameT &&value)
Cell & WithColumnName(ColumnNameT &&value)
bool ColumnHasBeenSet() const
AWS_SECURITYHUB_API Cell(Aws::Utils::Json::JsonView jsonValue)
AWS_SECURITYHUB_API Cell & operator=(Aws::Utils::Json::JsonView jsonValue)
bool CellReferenceHasBeenSet() const
Cell & WithColumn(long long value)
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SECURITYHUB_API Cell()=default
bool ColumnNameHasBeenSet() const
const Aws::String & GetColumnName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue