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.
 Boolean getUsePreviousValue()
          During a stack update, use the existing parameter value that is being used for the stack.
 int hashCode()
           
 Boolean isUsePreviousValue()
          During a stack update, use the existing parameter value that is being used for the stack.
 void setParameterKey(String parameterKey)
          The key associated with the parameter.
 void setParameterValue(String parameterValue)
          The value associated with the parameter.
 void setUsePreviousValue(Boolean usePreviousValue)
          During a stack update, use the existing parameter value that is being used for the stack.
 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.
 Parameter withUsePreviousValue(Boolean usePreviousValue)
          During a stack update, use the existing parameter value that is being used for the stack.
 
Methods inherited from class java.lang.Object
clone, finalize, 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.

isUsePreviousValue

public Boolean isUsePreviousValue()
During a stack update, use the existing parameter value that is being used for the stack.

Returns:
During a stack update, use the existing parameter value that is being used for the stack.

setUsePreviousValue

public void setUsePreviousValue(Boolean usePreviousValue)
During a stack update, use the existing parameter value that is being used for the stack.

Parameters:
usePreviousValue - During a stack update, use the existing parameter value that is being used for the stack.

withUsePreviousValue

public Parameter withUsePreviousValue(Boolean usePreviousValue)
During a stack update, use the existing parameter value that is being used for the stack.

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

Parameters:
usePreviousValue - During a stack update, use the existing parameter value that is being used for the stack.
Returns:
A reference to this updated object so that method calls can be chained together.

getUsePreviousValue

public Boolean getUsePreviousValue()
During a stack update, use the existing parameter value that is being used for the stack.

Returns:
During a stack update, use the existing parameter value that is being used for the stack.

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 © 2016. All rights reserved.