public class Parameter extends Object implements Serializable
The Parameter data type.
| Constructor and Description |
|---|
Parameter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getParameterKey()
The key associated with the parameter.
|
String |
getParameterValue()
The value associated with the parameter.
|
int |
hashCode() |
void |
setParameterKey(String parameterKey)
The key associated with the parameter.
|
void |
setParameterValue(String parameterValue)
The value associated with the parameter.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
Parameter |
withParameterKey(String parameterKey)
The key associated with the parameter.
|
Parameter |
withParameterValue(String parameterValue)
The value associated with the parameter.
|
public String getParameterKey()
public void setParameterKey(String parameterKey)
parameterKey - The key associated with the parameter.public Parameter withParameterKey(String parameterKey)
Returns a reference to this object so that method calls can be chained together.
parameterKey - The key associated with the parameter.public String getParameterValue()
public void setParameterValue(String parameterValue)
parameterValue - The value associated with the parameter.public Parameter withParameterValue(String parameterValue)
Returns a reference to this object so that method calls can be chained together.
parameterValue - The value associated with the parameter.public String toString()
toString in class ObjectObject.toString()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.