@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetOrderResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetOrderResult() |
Modifier and Type | Method and Description |
---|---|
GetOrderResult |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
GetOrderResult |
clearTagsEntries()
Removes all the entries added into Tags.
|
GetOrderResult |
clone() |
boolean |
equals(Object obj) |
Order |
getOrder()
Information about the order.
|
Map<String,String> |
getTags()
The order tags.
|
int |
hashCode() |
void |
setOrder(Order order)
Information about the order.
|
void |
setTags(Map<String,String> tags)
The order tags.
|
String |
toString()
Returns a string representation of this object.
|
GetOrderResult |
withOrder(Order order)
Information about the order.
|
GetOrderResult |
withTags(Map<String,String> tags)
The order tags.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setOrder(Order order)
Information about the order.
order
- Information about the order.public Order getOrder()
Information about the order.
public GetOrderResult withOrder(Order order)
Information about the order.
order
- Information about the order.public void setTags(Map<String,String> tags)
The order tags.
tags
- The order tags.public GetOrderResult withTags(Map<String,String> tags)
The order tags.
tags
- The order tags.public GetOrderResult addTagsEntry(String key, String value)
public GetOrderResult clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public GetOrderResult clone()