|
||||||||||
| 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.GetAttributesRequest
public class GetAttributesRequest
Get Attributes Request
| Constructor Summary | |
|---|---|
GetAttributesRequest()
Default constructor for a new GetAttributesRequest object. |
|
GetAttributesRequest(String domainName,
String itemName)
Constructs a new GetAttributesRequest object and initializes the specified object members. |
|
| Method Summary | |
|---|---|
List<String> |
getAttributeNames()
The names of the attributes. |
Boolean |
getConsistentRead()
True if strong consistency should be enforced when data is read from SimpleDB, meaning that any data previously written to SimpleDB will be returned. |
String |
getDomainName()
The name of the domain in which to perform the operation. |
String |
getItemName()
The name of the item. |
Boolean |
isConsistentRead()
True if strong consistency should be enforced when data is read from SimpleDB, meaning that any data previously written to SimpleDB will be returned. |
void |
setAttributeNames(Collection<String> attributeNames)
The names of the attributes. |
void |
setConsistentRead(Boolean consistentRead)
True if strong consistency should be enforced when data is read from SimpleDB, meaning that any data previously written to SimpleDB will be returned. |
void |
setDomainName(String domainName)
The name of the domain in which to perform the operation. |
void |
setItemName(String itemName)
The name of the item. |
String |
toString()
|
GetAttributesRequest |
withAttributeNames(Collection<String> attributeNames)
The names of the attributes. |
GetAttributesRequest |
withAttributeNames(String... attributeNames)
The names of the attributes. |
GetAttributesRequest |
withConsistentRead(Boolean consistentRead)
True if strong consistency should be enforced when data is read from SimpleDB, meaning that any data previously written to SimpleDB will be returned. |
GetAttributesRequest |
withDomainName(String domainName)
The name of the domain in which to perform the operation. |
GetAttributesRequest |
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 GetAttributesRequest()
public GetAttributesRequest(String domainName,
String itemName)
domainName - The name of the domain in which to perform the
operation.itemName - The name of the item.| Method Detail |
|---|
public String getDomainName()
public void setDomainName(String domainName)
domainName - The name of the domain in which to perform the operation.public GetAttributesRequest 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 GetAttributesRequest 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<String> getAttributeNames()
public void setAttributeNames(Collection<String> attributeNames)
attributeNames - The names of the attributes.public GetAttributesRequest withAttributeNames(String... attributeNames)
Returns a reference to this object so that method calls can be chained together.
attributeNames - The names of the attributes.
public GetAttributesRequest withAttributeNames(Collection<String> attributeNames)
Returns a reference to this object so that method calls can be chained together.
attributeNames - The names of the attributes.
public Boolean isConsistentRead()
public void setConsistentRead(Boolean consistentRead)
consistentRead - True if strong consistency should be enforced when data is read from
SimpleDB, meaning that any data previously written to SimpleDB will be
returned. Without specifying this parameter, results will be
eventually consistent, and you may not see data that was written
immediately before your read.public GetAttributesRequest withConsistentRead(Boolean consistentRead)
Returns a reference to this object so that method calls can be chained together.
consistentRead - True if strong consistency should be enforced when data is read from
SimpleDB, meaning that any data previously written to SimpleDB will be
returned. Without specifying this parameter, results will be
eventually consistent, and you may not see data that was written
immediately before your read.
public Boolean getConsistentRead()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||