Java com.amazonaws.services.simpledb.model ReplaceableAttribute fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.simpledb.model ReplaceableAttribute fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.simpledb.model ReplaceableAttribute.

The text is from its open source code.

Constructor

ReplaceableAttribute(String name, String value, Boolean replace)
Constructs a new ReplaceableAttribute object.
ReplaceableAttribute()
Default constructor for ReplaceableAttribute object.

Method

StringgetName()
The name of the replaceable attribute.
StringgetValue()
The value of the replaceable attribute.
voidsetName(String name)
The name of the replaceable attribute.
voidsetReplace(Boolean replace)
A flag specifying whether or not to replace the attribute/value pair or to add a new attribute/value pair.
voidsetValue(String value)
The value of the replaceable attribute.