|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.amazonaws.services.elasticmapreduce.model.KeyValue
public class KeyValue
Key Value
| Constructor Summary | |
|---|---|
KeyValue()
|
|
| Method Summary | |
|---|---|
String |
getKey()
Returns the value of the Key property for this object. |
String |
getValue()
Returns the value of the Value property for this object. |
void |
setKey(String key)
Sets the value of the Key property for this object. |
void |
setValue(String value)
Sets the value of the Value property for this object. |
KeyValue |
withKey(String key)
Sets the value of the Key property for this object. |
KeyValue |
withValue(String value)
Sets the value of the Value property for this object. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public KeyValue()
| Method Detail |
|---|
public String getKey()
public void setKey(String key)
key - The new value for the Key property for this object.public KeyValue withKey(String key)
Returns a reference to this object so that method calls can be chained together.
key - The new value for the Key property for this object.
public String getValue()
public void setValue(String value)
value - The new value for the Value property for this object.public KeyValue withValue(String value)
Returns a reference to this object so that method calls can be chained together.
value - The new value for the Value property for this object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||