Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.cloudformation.model
Class Parameter

java.lang.Object
  extended by com.amazonaws.services.cloudformation.model.Parameter
All Implemented Interfaces:
Serializable

public class Parameter
extends Object
implements Serializable

The Parameter data type.

See Also:
Serialized Form

Constructor Summary
Parameter()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getParameterKey()
          The key associated with the parameter.
 String getParameterValue()
          The value associated with the parameter.
 int hashCode()
           
 void setParameterKey(String parameterKey)
          The key associated with the parameter.
 void setParameterValue(String parameterValue)
          The value associated with the parameter.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 Parameter withParameterKey(String parameterKey)
          The key associated with the parameter.
 Parameter withParameterValue(String parameterValue)
          The value associated with the parameter.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Parameter

public Parameter()
Method Detail

getParameterKey

public String getParameterKey()
The key associated with the parameter.

Returns:
The key associated with the parameter.

setParameterKey

public void setParameterKey(String parameterKey)
The key associated with the parameter.

Parameters:
parameterKey - The key associated with the parameter.

withParameterKey

public Parameter withParameterKey(String parameterKey)
The key associated with the parameter.

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

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

getParameterValue

public String getParameterValue()
The value associated with the parameter.

Returns:
The value associated with the parameter.

setParameterValue

public void setParameterValue(String parameterValue)
The value associated with the parameter.

Parameters:
parameterValue - The value associated with the parameter.

withParameterValue

public Parameter withParameterValue(String parameterValue)
The value associated with the parameter.

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

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

toString

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

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


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