|
Did this page help you?Yes No Tell us about it... |
||||||
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 | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
getClass, 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 Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |