public class Output extends Object implements Serializable, Cloneable
The Output data type.
| Constructor and Description |
|---|
Output() |
| Modifier and Type | Method and Description |
|---|---|
Output |
clone() |
boolean |
equals(Object obj) |
String |
getDescription()
User defined description associated with the output.
|
String |
getOutputKey()
The key associated with the output.
|
String |
getOutputValue()
The value associated with the output.
|
int |
hashCode() |
void |
setDescription(String description)
User defined description associated with the output.
|
void |
setOutputKey(String outputKey)
The key associated with the output.
|
void |
setOutputValue(String outputValue)
The value associated with the output.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
Output |
withDescription(String description)
User defined description associated with the output.
|
Output |
withOutputKey(String outputKey)
The key associated with the output.
|
Output |
withOutputValue(String outputValue)
The value associated with the output.
|
public void setOutputKey(String outputKey)
The key associated with the output.
outputKey - The key associated with the output.public String getOutputKey()
The key associated with the output.
public Output withOutputKey(String outputKey)
The key associated with the output.
outputKey - The key associated with the output.public void setOutputValue(String outputValue)
The value associated with the output.
outputValue - The value associated with the output.public String getOutputValue()
The value associated with the output.
public Output withOutputValue(String outputValue)
The value associated with the output.
outputValue - The value associated with the output.public void setDescription(String description)
User defined description associated with the output.
description - User defined description associated with the output.public String getDescription()
User defined description associated with the output.
public Output withDescription(String description)
User defined description associated with the output.
description - User defined description associated with the output.public String toString()
toString in class ObjectObject.toString()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.