|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.opsworks.model.CreateStackResult
public class CreateStackResult
Contains the response to a CreateStack
request.
Constructor Summary | |
---|---|
CreateStackResult()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getStackId()
The stack ID, which is an opaque string that you use to identify the stack when performing actions such as DescribeStacks . |
int |
hashCode()
|
void |
setStackId(String stackId)
The stack ID, which is an opaque string that you use to identify the stack when performing actions such as DescribeStacks . |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
CreateStackResult |
withStackId(String stackId)
The stack ID, which is an opaque string that you use to identify the stack when performing actions such as DescribeStacks . |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CreateStackResult()
Method Detail |
---|
public String getStackId()
DescribeStacks
.
DescribeStacks
.public void setStackId(String stackId)
DescribeStacks
.
stackId
- The stack ID, which is an opaque string that you use to identify the
stack when performing actions such as DescribeStacks
.public CreateStackResult withStackId(String stackId)
DescribeStacks
.
Returns a reference to this object so that method calls can be chained together.
stackId
- The stack ID, which is an opaque string that you use to identify the
stack when performing actions such as DescribeStacks
.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |