Class UpdateStackResult
java.lang.Object
com.amazonaws.services.cloudformation.model.UpdateStackResult
- All Implemented Interfaces:
Serializable
,Cloneable
The output for an UpdateStack action.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Unique identifier of the stack.int
hashCode()
void
setStackId
(String stackId) Unique identifier of the stack.toString()
Returns a string representation of this object; useful for testing and debugging.withStackId
(String stackId) Unique identifier of the stack.
-
Constructor Details
-
UpdateStackResult
public UpdateStackResult()
-
-
Method Details
-
setStackId
Unique identifier of the stack.
- Parameters:
stackId
- Unique identifier of the stack.
-
getStackId
Unique identifier of the stack.
- Returns:
- Unique identifier of the stack.
-
withStackId
Unique identifier of the stack.
- Parameters:
stackId
- Unique identifier of the stack.- 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
-