|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.simpledb.model.PutAttributesRequest
public class PutAttributesRequest
Put Attributes Request
Constructor Summary | |
---|---|
PutAttributesRequest()
Default constructor for a new PutAttributesRequest object. |
|
PutAttributesRequest(String domainName,
String itemName,
List<ReplaceableAttribute> attributes)
Constructs a new PutAttributesRequest object and initializes the specified object members. |
Method Summary | |
---|---|
List<ReplaceableAttribute> |
getAttributes()
The list of attributes. |
String |
getDomainName()
The name of the domain in which to perform the operation. |
UpdateCondition |
getExpected()
The update condition which, if specified, determines whether the specified attributes will be updated or not. |
String |
getItemName()
The name of the item. |
void |
setAttributes(Collection<ReplaceableAttribute> attributes)
The list of attributes. |
void |
setDomainName(String domainName)
The name of the domain in which to perform the operation. |
void |
setExpected(UpdateCondition expected)
The update condition which, if specified, determines whether the specified attributes will be updated or not. |
void |
setItemName(String itemName)
The name of the item. |
String |
toString()
|
PutAttributesRequest |
withAttributes(Collection<ReplaceableAttribute> attributes)
The list of attributes. |
PutAttributesRequest |
withAttributes(ReplaceableAttribute... attributes)
The list of attributes. |
PutAttributesRequest |
withDomainName(String domainName)
The name of the domain in which to perform the operation. |
PutAttributesRequest |
withExpected(UpdateCondition expected)
The update condition which, if specified, determines whether the specified attributes will be updated or not. |
PutAttributesRequest |
withItemName(String itemName)
The name of the item. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PutAttributesRequest()
public PutAttributesRequest(String domainName, String itemName, List<ReplaceableAttribute> attributes)
domainName
- The name of the domain in which to perform the
operation.itemName
- The name of the item.attributes
- The list of attributes.Method Detail |
---|
public String getDomainName()
public void setDomainName(String domainName)
domainName
- The name of the domain in which to perform the operation.public PutAttributesRequest withDomainName(String domainName)
Returns a reference to this object so that method calls can be chained together.
domainName
- The name of the domain in which to perform the operation.
public String getItemName()
public void setItemName(String itemName)
itemName
- The name of the item.public PutAttributesRequest withItemName(String itemName)
Returns a reference to this object so that method calls can be chained together.
itemName
- The name of the item.
public List<ReplaceableAttribute> getAttributes()
public void setAttributes(Collection<ReplaceableAttribute> attributes)
attributes
- The list of attributes.public PutAttributesRequest withAttributes(ReplaceableAttribute... attributes)
Returns a reference to this object so that method calls can be chained together.
attributes
- The list of attributes.
public PutAttributesRequest withAttributes(Collection<ReplaceableAttribute> attributes)
Returns a reference to this object so that method calls can be chained together.
attributes
- The list of attributes.
public UpdateCondition getExpected()
public void setExpected(UpdateCondition expected)
expected
- The update condition which, if specified, determines whether the
specified attributes will be updated or not. The update condition must
be satisfied in order for this request to be processed and the
attributes to be updated.public PutAttributesRequest withExpected(UpdateCondition expected)
Returns a reference to this object so that method calls can be chained together.
expected
- The update condition which, if specified, determines whether the
specified attributes will be updated or not. The update condition must
be satisfied in order for this request to be processed and the
attributes to be updated.
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |