com.amazonaws.services.simpledb.model
Class Attribute

java.lang.Object
  extended by com.amazonaws.services.simpledb.model.Attribute

public class Attribute
extends Object

Attribute


Constructor Summary
Attribute()
           
 
Method Summary
 String getAlternateNameEncoding()
          Returns the value of the AlternateNameEncoding property for this object.
 String getAlternateValueEncoding()
          Returns the value of the AlternateValueEncoding property for this object.
 String getName()
          Attribute Name.
 String getValue()
          Attribute Value.
 void setAlternateNameEncoding(String alternateNameEncoding)
          Sets the value of the AlternateNameEncoding property for this object.
 void setAlternateValueEncoding(String alternateValueEncoding)
          Sets the value of the AlternateValueEncoding property for this object.
 void setName(String name)
          Attribute Name.
 void setValue(String value)
          Attribute Value.
 String toString()
           
 Attribute withAlternateNameEncoding(String alternateNameEncoding)
          Sets the value of the AlternateNameEncoding property for this object.
 Attribute withAlternateValueEncoding(String alternateValueEncoding)
          Sets the value of the AlternateValueEncoding property for this object.
 Attribute withName(String name)
          Attribute Name.
 Attribute withValue(String value)
          Attribute Value.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Attribute

public Attribute()
Method Detail

getName

public String getName()
Attribute Name.

Returns:
Attribute Name.

setName

public void setName(String name)
Attribute Name.

Parameters:
name - Attribute Name.

withName

public Attribute withName(String name)
Attribute Name.

Returns a reference to this object so that method calls can be chained together.

Parameters:
name - Attribute Name.
Returns:
A reference to this updated object so that method calls can be chained together.

getAlternateNameEncoding

public String getAlternateNameEncoding()
Returns the value of the AlternateNameEncoding property for this object.

Returns:
The value of the AlternateNameEncoding property for this object.

setAlternateNameEncoding

public void setAlternateNameEncoding(String alternateNameEncoding)
Sets the value of the AlternateNameEncoding property for this object.

Parameters:
alternateNameEncoding - The new value for the AlternateNameEncoding property for this object.

withAlternateNameEncoding

public Attribute withAlternateNameEncoding(String alternateNameEncoding)
Sets the value of the AlternateNameEncoding property for this object.

Returns a reference to this object so that method calls can be chained together.

Parameters:
alternateNameEncoding - The new value for the AlternateNameEncoding property for this object.
Returns:
A reference to this updated object so that method calls can be chained together.

getValue

public String getValue()
Attribute Value.

Returns:
Attribute Value.

setValue

public void setValue(String value)
Attribute Value.

Parameters:
value - Attribute Value.

withValue

public Attribute withValue(String value)
Attribute Value.

Returns a reference to this object so that method calls can be chained together.

Parameters:
value - Attribute Value.
Returns:
A reference to this updated object so that method calls can be chained together.

getAlternateValueEncoding

public String getAlternateValueEncoding()
Returns the value of the AlternateValueEncoding property for this object.

Returns:
The value of the AlternateValueEncoding property for this object.

setAlternateValueEncoding

public void setAlternateValueEncoding(String alternateValueEncoding)
Sets the value of the AlternateValueEncoding property for this object.

Parameters:
alternateValueEncoding - The new value for the AlternateValueEncoding property for this object.

withAlternateValueEncoding

public Attribute withAlternateValueEncoding(String alternateValueEncoding)
Sets the value of the AlternateValueEncoding property for this object.

Returns a reference to this object so that method calls can be chained together.

Parameters:
alternateValueEncoding - The new value for the AlternateValueEncoding property for this object.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.