7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
36 AWS_SECURITYHUB_API
Cell();
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; }
73 inline void SetColumnName(
const char* value) { m_columnNameHasBeenSet =
true; m_columnName.assign(value); }
89 inline void SetCellReference(
const char* value) { m_cellReferenceHasBeenSet =
true; m_cellReference.assign(value); }
97 bool m_columnHasBeenSet =
false;
100 bool m_rowHasBeenSet =
false;
103 bool m_columnNameHasBeenSet =
false;
106 bool m_cellReferenceHasBeenSet =
false;
bool RowHasBeenSet() const
Cell & WithColumnName(const Aws::String &value)
const Aws::String & GetCellReference() const
void SetCellReference(const Aws::String &value)
void SetColumnName(const char *value)
void SetColumn(long long value)
long long GetColumn() const
void SetRow(long long value)
void SetCellReference(const char *value)
Cell & WithRow(long long value)
Cell & WithColumnName(const char *value)
bool ColumnHasBeenSet() const
AWS_SECURITYHUB_API Cell(Aws::Utils::Json::JsonView jsonValue)
AWS_SECURITYHUB_API Cell & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SECURITYHUB_API Cell()
Cell & WithCellReference(const char *value)
bool CellReferenceHasBeenSet() const
Cell & WithCellReference(const Aws::String &value)
Cell & WithColumn(long long value)
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
bool ColumnNameHasBeenSet() const
void SetCellReference(Aws::String &&value)
const Aws::String & GetColumnName() const
Cell & WithCellReference(Aws::String &&value)
void SetColumnName(Aws::String &&value)
Cell & WithColumnName(Aws::String &&value)
void SetColumnName(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue