|
||||||||||
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.DeleteAttributesRequest
public class DeleteAttributesRequest
Delete Attributes Request
Constructor Summary | |
---|---|
DeleteAttributesRequest()
Default constructor for a new DeleteAttributesRequest object. |
|
DeleteAttributesRequest(String domainName,
String itemName)
Constructs a new DeleteAttributesRequest object and initializes the specified object members. |
Method Summary | |
---|---|
List<Attribute> |
getAttributes()
A 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 deleted or not. |
String |
getItemName()
The name of the item. |
void |
setAttributes(Collection<Attribute> attributes)
A 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 deleted or not. |
void |
setItemName(String itemName)
The name of the item. |
String |
toString()
|
DeleteAttributesRequest |
withAttributes(Attribute... attributes)
A list of Attributes. |
DeleteAttributesRequest |
withAttributes(Collection<Attribute> attributes)
A list of Attributes. |
DeleteAttributesRequest |
withDomainName(String domainName)
The name of the domain in which to perform the operation. |
DeleteAttributesRequest |
withExpected(UpdateCondition expected)
The update condition which, if specified, determines whether the specified attributes will be deleted or not. |
DeleteAttributesRequest |
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 DeleteAttributesRequest()
public DeleteAttributesRequest(String domainName, String itemName)
domainName
- The name of the domain in which to perform the
operation.itemName
- The name of the item. Similar to rows on a
spreadsheet, items represent individual objects that contain one or
more value-attribute pairs.Method Detail |
---|
public String getDomainName()
public void setDomainName(String domainName)
domainName
- The name of the domain in which to perform the operation.public DeleteAttributesRequest 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. Similar to rows on a spreadsheet, items
represent individual objects that contain one or more value-attribute
pairs.public DeleteAttributesRequest withItemName(String itemName)
Returns a reference to this object so that method calls can be chained together.
itemName
- The name of the item. Similar to rows on a spreadsheet, items
represent individual objects that contain one or more value-attribute
pairs.
public List<Attribute> getAttributes()
public void setAttributes(Collection<Attribute> attributes)
attributes
- A list of Attributes. Similar to columns on a spreadsheet, attributes
represent categories of data that can be assigned to items.public DeleteAttributesRequest withAttributes(Attribute... attributes)
Returns a reference to this object so that method calls can be chained together.
attributes
- A list of Attributes. Similar to columns on a spreadsheet, attributes
represent categories of data that can be assigned to items.
public DeleteAttributesRequest withAttributes(Collection<Attribute> attributes)
Returns a reference to this object so that method calls can be chained together.
attributes
- A list of Attributes. Similar to columns on a spreadsheet, attributes
represent categories of data that can be assigned to items.
public UpdateCondition getExpected()
public void setExpected(UpdateCondition expected)
expected
- The update condition which, if specified, determines whether the
specified attributes will be deleted or not. The update condition must
be satisfied in order for this request to be processed and the
attributes to be deleted.public DeleteAttributesRequest 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 deleted or not. The update condition must
be satisfied in order for this request to be processed and the
attributes to be deleted.
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |