Class Output
java.lang.Object
com.amazonaws.services.cloudformation.model.Output
- All Implemented Interfaces:
Serializable
,Cloneable
The Output data type.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
User defined description associated with the output.The key associated with the output.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.toString()
Returns a string representation of this object; useful for testing and debugging.withDescription
(String description) User defined description associated with the output.withOutputKey
(String outputKey) The key associated with the output.withOutputValue
(String outputValue) The value associated with the output.
-
Constructor Details
-
Output
public Output()
-
-
Method Details
-
setOutputKey
The key associated with the output.
- Parameters:
outputKey
- The key associated with the output.
-
getOutputKey
The key associated with the output.
- Returns:
- The key associated with the output.
-
withOutputKey
The key associated with the output.
- Parameters:
outputKey
- The key associated with the output.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setOutputValue
The value associated with the output.
- Parameters:
outputValue
- The value associated with the output.
-
getOutputValue
The value associated with the output.
- Returns:
- The value associated with the output.
-
withOutputValue
The value associated with the output.
- Parameters:
outputValue
- The value associated with the output.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setDescription
User defined description associated with the output.
- Parameters:
description
- User defined description associated with the output.
-
getDescription
User defined description associated with the output.
- Returns:
- User defined description associated with the output.
-
withDescription
User defined description associated with the output.
- Parameters:
description
- User defined description associated with the output.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-