|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.cloudformation.model.Output
public class Output
The Output data type.
| Constructor Summary | |
|---|---|
Output()
|
|
| Method Summary | |
|---|---|
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. |
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Output()
| Method Detail |
|---|
public String getOutputKey()
public void setOutputKey(String outputKey)
outputKey - The key associated with the output.public Output withOutputKey(String outputKey)
Returns a reference to this object so that method calls can be chained together.
outputKey - The key associated with the output.
public String getOutputValue()
public void setOutputValue(String outputValue)
outputValue - The value associated with the output.public Output withOutputValue(String outputValue)
Returns a reference to this object so that method calls can be chained together.
outputValue - The value associated with the output.
public String getDescription()
public void setDescription(String description)
description - User defined description associated with the output.public Output withDescription(String description)
Returns a reference to this object so that method calls can be chained together.
description - User defined description associated with the output.
public String toString()
toString in class ObjectObject.toString()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||