7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/securityhub/SecurityHub_EXPORTS.h>
31 AWS_SECURITYHUB_API
Cell() =
default;
43 inline long long GetColumn()
const {
return m_column; }
46 m_columnHasBeenSet =
true;
59 inline long long GetRow()
const {
return m_row; }
61 inline void SetRow(
long long value) {
62 m_rowHasBeenSet =
true;
77 template <
typename ColumnNameT = Aws::String>
79 m_columnNameHasBeenSet =
true;
80 m_columnName = std::forward<ColumnNameT>(value);
82 template <
typename ColumnNameT = Aws::String>
97 template <
typename CellReferenceT = Aws::String>
99 m_cellReferenceHasBeenSet =
true;
100 m_cellReference = std::forward<CellReferenceT>(value);
102 template <
typename CellReferenceT = Aws::String>
109 long long m_column{0};
116 bool m_columnHasBeenSet =
false;
117 bool m_rowHasBeenSet =
false;
118 bool m_columnNameHasBeenSet =
false;
119 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