C# Class Amazon.DynamoDBv2.Model.AttributeValue

Represents the data for an attribute. You can set one, and only one, of the elements.

Mostrar archivo Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
AttributeValue ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

AttributeValue ( List ss ) : System

Instantiates AttributeValue with the parameterized properties

AttributeValue ( string s ) : System

Instantiates AttributeValue with the parameterized properties

Private Methods

Method Description
IsSetB ( ) : bool
IsSetBOOL ( ) : bool
IsSetBS ( ) : bool
IsSetL ( ) : bool
IsSetM ( ) : bool
IsSetN ( ) : bool
IsSetNS ( ) : bool
IsSetNULL ( ) : bool
IsSetS ( ) : bool
IsSetSS ( ) : bool

Method Details

AttributeValue() public method

Empty constructor used to set properties independently even when a simple constructor is available
public AttributeValue ( ) : System
return System

AttributeValue() public method

Instantiates AttributeValue with the parameterized properties
public AttributeValue ( List ss ) : System
ss List A String Set data type.
return System

AttributeValue() public method

Instantiates AttributeValue with the parameterized properties
public AttributeValue ( string s ) : System
s string A String data type.
return System