#include <Field.h>
Contains a value.
See Also:
AWS API Reference
Definition at line 33 of file Field.h.
◆ Field() [1/2]
Aws::RDSDataService::Model::Field::Field |
( |
| ) |
|
◆ Field() [2/2]
◆ ArrayValueHasBeenSet()
bool Aws::RDSDataService::Model::Field::ArrayValueHasBeenSet |
( |
| ) |
const |
|
inline |
An array of values.
Definition at line 50 of file Field.h.
◆ BlobValueHasBeenSet()
bool Aws::RDSDataService::Model::Field::BlobValueHasBeenSet |
( |
| ) |
const |
|
inline |
A value of BLOB data type.
Definition at line 81 of file Field.h.
◆ BooleanValueHasBeenSet()
bool Aws::RDSDataService::Model::Field::BooleanValueHasBeenSet |
( |
| ) |
const |
|
inline |
A value of Boolean data type.
Definition at line 112 of file Field.h.
◆ DoubleValueHasBeenSet()
bool Aws::RDSDataService::Model::Field::DoubleValueHasBeenSet |
( |
| ) |
const |
|
inline |
A value of double data type.
Definition at line 133 of file Field.h.
◆ GetArrayValue()
const ArrayValue& Aws::RDSDataService::Model::Field::GetArrayValue |
( |
| ) |
const |
|
inline |
An array of values.
Definition at line 45 of file Field.h.
◆ GetBlobValue()
A value of BLOB data type.
Definition at line 76 of file Field.h.
◆ GetBooleanValue()
bool Aws::RDSDataService::Model::Field::GetBooleanValue |
( |
| ) |
const |
|
inline |
A value of Boolean data type.
Definition at line 107 of file Field.h.
◆ GetDoubleValue()
double Aws::RDSDataService::Model::Field::GetDoubleValue |
( |
| ) |
const |
|
inline |
A value of double data type.
Definition at line 128 of file Field.h.
◆ GetIsNull()
bool Aws::RDSDataService::Model::Field::GetIsNull |
( |
| ) |
const |
|
inline |
A NULL value.
Definition at line 149 of file Field.h.
◆ GetLongValue()
long long Aws::RDSDataService::Model::Field::GetLongValue |
( |
| ) |
const |
|
inline |
A value of long data type.
Definition at line 170 of file Field.h.
◆ GetStringValue()
const Aws::String& Aws::RDSDataService::Model::Field::GetStringValue |
( |
| ) |
const |
|
inline |
A value of string data type.
Definition at line 191 of file Field.h.
◆ IsNullHasBeenSet()
bool Aws::RDSDataService::Model::Field::IsNullHasBeenSet |
( |
| ) |
const |
|
inline |
A NULL value.
Definition at line 154 of file Field.h.
◆ Jsonize()
◆ LongValueHasBeenSet()
bool Aws::RDSDataService::Model::Field::LongValueHasBeenSet |
( |
| ) |
const |
|
inline |
A value of long data type.
Definition at line 175 of file Field.h.
◆ operator=()
◆ SetArrayValue() [1/2]
void Aws::RDSDataService::Model::Field::SetArrayValue |
( |
ArrayValue && |
value | ) |
|
|
inline |
An array of values.
Definition at line 60 of file Field.h.
◆ SetArrayValue() [2/2]
void Aws::RDSDataService::Model::Field::SetArrayValue |
( |
const ArrayValue & |
value | ) |
|
|
inline |
An array of values.
Definition at line 55 of file Field.h.
◆ SetBlobValue() [1/2]
A value of BLOB data type.
Definition at line 91 of file Field.h.
◆ SetBlobValue() [2/2]
A value of BLOB data type.
Definition at line 86 of file Field.h.
◆ SetBooleanValue()
void Aws::RDSDataService::Model::Field::SetBooleanValue |
( |
bool |
value | ) |
|
|
inline |
A value of Boolean data type.
Definition at line 117 of file Field.h.
◆ SetDoubleValue()
void Aws::RDSDataService::Model::Field::SetDoubleValue |
( |
double |
value | ) |
|
|
inline |
A value of double data type.
Definition at line 138 of file Field.h.
◆ SetIsNull()
void Aws::RDSDataService::Model::Field::SetIsNull |
( |
bool |
value | ) |
|
|
inline |
A NULL value.
Definition at line 159 of file Field.h.
◆ SetLongValue()
void Aws::RDSDataService::Model::Field::SetLongValue |
( |
long long |
value | ) |
|
|
inline |
A value of long data type.
Definition at line 180 of file Field.h.
◆ SetStringValue() [1/3]
void Aws::RDSDataService::Model::Field::SetStringValue |
( |
Aws::String && |
value | ) |
|
|
inline |
A value of string data type.
Definition at line 206 of file Field.h.
◆ SetStringValue() [2/3]
void Aws::RDSDataService::Model::Field::SetStringValue |
( |
const Aws::String & |
value | ) |
|
|
inline |
A value of string data type.
Definition at line 201 of file Field.h.
◆ SetStringValue() [3/3]
void Aws::RDSDataService::Model::Field::SetStringValue |
( |
const char * |
value | ) |
|
|
inline |
A value of string data type.
Definition at line 211 of file Field.h.
◆ StringValueHasBeenSet()
bool Aws::RDSDataService::Model::Field::StringValueHasBeenSet |
( |
| ) |
const |
|
inline |
A value of string data type.
Definition at line 196 of file Field.h.
◆ WithArrayValue() [1/2]
Field& Aws::RDSDataService::Model::Field::WithArrayValue |
( |
ArrayValue && |
value | ) |
|
|
inline |
An array of values.
Definition at line 70 of file Field.h.
◆ WithArrayValue() [2/2]
Field& Aws::RDSDataService::Model::Field::WithArrayValue |
( |
const ArrayValue & |
value | ) |
|
|
inline |
An array of values.
Definition at line 65 of file Field.h.
◆ WithBlobValue() [1/2]
A value of BLOB data type.
Definition at line 101 of file Field.h.
◆ WithBlobValue() [2/2]
A value of BLOB data type.
Definition at line 96 of file Field.h.
◆ WithBooleanValue()
Field& Aws::RDSDataService::Model::Field::WithBooleanValue |
( |
bool |
value | ) |
|
|
inline |
A value of Boolean data type.
Definition at line 122 of file Field.h.
◆ WithDoubleValue()
Field& Aws::RDSDataService::Model::Field::WithDoubleValue |
( |
double |
value | ) |
|
|
inline |
A value of double data type.
Definition at line 143 of file Field.h.
◆ WithIsNull()
Field& Aws::RDSDataService::Model::Field::WithIsNull |
( |
bool |
value | ) |
|
|
inline |
A NULL value.
Definition at line 164 of file Field.h.
◆ WithLongValue()
Field& Aws::RDSDataService::Model::Field::WithLongValue |
( |
long long |
value | ) |
|
|
inline |
A value of long data type.
Definition at line 185 of file Field.h.
◆ WithStringValue() [1/3]
Field& Aws::RDSDataService::Model::Field::WithStringValue |
( |
Aws::String && |
value | ) |
|
|
inline |
A value of string data type.
Definition at line 221 of file Field.h.
◆ WithStringValue() [2/3]
Field& Aws::RDSDataService::Model::Field::WithStringValue |
( |
const Aws::String & |
value | ) |
|
|
inline |
A value of string data type.
Definition at line 216 of file Field.h.
◆ WithStringValue() [3/3]
Field& Aws::RDSDataService::Model::Field::WithStringValue |
( |
const char * |
value | ) |
|
|
inline |
A value of string data type.
Definition at line 226 of file Field.h.
The documentation for this class was generated from the following file:
- aws-cpp-sdk-rds-data/include/aws/rds-data/model/Field.h