|
||||||||||
| 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()
List of Items |
void |
setDomainName(String domainName)
The name of the domain to create. |
void |
setItems(Collection<ReplaceableItem> items)
List of Items |
String |
toString()
|
BatchPutAttributesRequest |
withDomainName(String domainName)
The name of the domain to create. |
BatchPutAttributesRequest |
withItems(Collection<ReplaceableItem> items)
List of Items |
BatchPutAttributesRequest |
withItems(ReplaceableItem... items)
List of Items |
| 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 - List of Items| 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 - List of Itemspublic BatchPutAttributesRequest withItems(ReplaceableItem... items)
Returns a reference to this object so that method calls can be chained together.
items - List of Items
public BatchPutAttributesRequest withItems(Collection<ReplaceableItem> items)
Returns a reference to this object so that method calls can be chained together.
items - List of Items
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||