Class CreateStackResult
java.lang.Object
com.amazonaws.services.cloudformation.model.CreateStackResult
- All Implemented Interfaces:
Serializable, Cloneable
The output for a CreateStack action.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanUnique identifier of the stack.inthashCode()voidsetStackId(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
-
CreateStackResult
public CreateStackResult()
-
-
Method Details
-
setStackId
Unique identifier of the stack.
- Parameters:
stackId- Unique identifier of the stack.
-
getStackId
-
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
-
equals
-
hashCode
-
clone
-