|
||||||||||
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.BatchPutAttributesRequest
public class BatchPutAttributesRequest
Batch Put Attributes Request
Constructor Summary | |
---|---|
BatchPutAttributesRequest()
Default constructor for a new BatchPutAttributesRequest object. |
|
BatchPutAttributesRequest(String domainName,
List<ReplaceableItem> items)
Constructs a new BatchPutAttributesRequest object and initializes the specified object members. |
Method Summary | |
---|---|
String |
getDomainName()
The name of the domain to create. |
List<ReplaceableItem> |
getItems()
A list of items on which to perform the operation. |
void |
setDomainName(String domainName)
The name of the domain to create. |
void |
setItems(Collection<ReplaceableItem> items)
A list of items on which to perform the operation. |
String |
toString()
|
BatchPutAttributesRequest |
withDomainName(String domainName)
The name of the domain to create. |
BatchPutAttributesRequest |
withItems(Collection<ReplaceableItem> items)
A list of items on which to perform the operation. |
BatchPutAttributesRequest |
withItems(ReplaceableItem... items)
A list of items on which to perform the operation. |
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 BatchPutAttributesRequest()
public BatchPutAttributesRequest(String domainName, List<ReplaceableItem> items)
domainName
- The name of the domain to create. The name can range
between 3 and 255 characters and can contain the following characters:
a-z, A-Z, 0-9, '_', '-', and '.'.items
- A list of items on which to perform the operation.Method Detail |
---|
public String getDomainName()
public void setDomainName(String domainName)
domainName
- The name of the domain to create. The name can range between 3 and 255
characters and can contain the following characters: a-z, A-Z, 0-9,
'_', '-', and '.'.public BatchPutAttributesRequest withDomainName(String domainName)
Returns a reference to this object so that method calls can be chained together.
domainName
- The name of the domain to create. The name can range between 3 and 255
characters and can contain the following characters: a-z, A-Z, 0-9,
'_', '-', and '.'.
public List<ReplaceableItem> getItems()
public void setItems(Collection<ReplaceableItem> items)
items
- A list of items on which to perform the operation.public BatchPutAttributesRequest withItems(ReplaceableItem... items)
Returns a reference to this object so that method calls can be chained together.
items
- A list of items on which to perform the operation.
public BatchPutAttributesRequest withItems(Collection<ReplaceableItem> items)
Returns a reference to this object so that method calls can be chained together.
items
- A list of items on which to perform the operation.
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |