com.amazonaws.services.cloudformation.model
Class Output

java.lang.Object
  extended by com.amazonaws.services.cloudformation.model.Output

public class Output
extends java.lang.Object

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

Output

public Output()
Method Detail

getOutputKey

public java.lang.String getOutputKey()
The key associated with the output.

Returns:
The key associated with the output.

setOutputKey

public void setOutputKey(java.lang.String outputKey)
The key associated with the output.

Parameters:
outputKey - The key associated with the output.

withOutputKey

public Output withOutputKey(java.lang.String outputKey)
The key associated with the output.

Returns a reference to this object so that method calls can be chained together.

Parameters:
outputKey - The key associated with the output.
Returns:
A reference to this updated object so that method calls can be chained together.

getOutputValue

public java.lang.String getOutputValue()
The value associated with the output.

Returns:
The value associated with the output.

setOutputValue

public void setOutputValue(java.lang.String outputValue)
The value associated with the output.

Parameters:
outputValue - The value associated with the output.

withOutputValue

public Output withOutputValue(java.lang.String outputValue)
The value associated with the output.

Returns a reference to this object so that method calls can be chained together.

Parameters:
outputValue - The value associated with the output.
Returns:
A reference to this updated object so that method calls can be chained together.

getDescription

public java.lang.String getDescription()
User defined description associated with the output.

Returns:
User defined description associated with the output.

setDescription

public void setDescription(java.lang.String description)
User defined description associated with the output.

Parameters:
description - User defined description associated with the output.

withDescription

public Output withDescription(java.lang.String description)
User defined description associated with the output.

Returns a reference to this object so that method calls can be chained together.

Parameters:
description - User defined description associated with the output.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public java.lang.String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class java.lang.Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.