|
|||||||
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(java.lang.Object obj)
|
java.lang.String |
getDescription()
User defined description associated with the output. |
java.lang.String |
getOutputKey()
The key associated with the output. |
java.lang.String |
getOutputValue()
The value associated with the output. |
int |
hashCode()
|
void |
setDescription(java.lang.String description)
User defined description associated with the output. |
void |
setOutputKey(java.lang.String outputKey)
The key associated with the output. |
void |
setOutputValue(java.lang.String outputValue)
The value associated with the output. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
Output |
withDescription(java.lang.String description)
User defined description associated with the output. |
Output |
withOutputKey(java.lang.String outputKey)
The key associated with the output. |
Output |
withOutputValue(java.lang.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 java.lang.String getOutputKey()
public void setOutputKey(java.lang.String outputKey)
outputKey
- The key associated with the output.public Output withOutputKey(java.lang.String outputKey)
Returns a reference to this object so that method calls can be chained together.
outputKey
- The key associated with the output.
public java.lang.String getOutputValue()
public void setOutputValue(java.lang.String outputValue)
outputValue
- The value associated with the output.public Output withOutputValue(java.lang.String outputValue)
Returns a reference to this object so that method calls can be chained together.
outputValue
- The value associated with the output.
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- User defined description associated with the output.public Output withDescription(java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |