@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetStageResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetStageResult() |
Modifier and Type | Method and Description |
---|---|
GetStageResult |
clone() |
boolean |
equals(Object obj) |
Stage |
getStage()
The stage that is returned.
|
int |
hashCode() |
void |
setStage(Stage stage)
The stage that is returned.
|
String |
toString()
Returns a string representation of this object.
|
GetStageResult |
withStage(Stage stage)
The stage that is returned.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setStage(Stage stage)
The stage that is returned.
stage
- The stage that is returned.public Stage getStage()
The stage that is returned.
public GetStageResult withStage(Stage stage)
The stage that is returned.
stage
- The stage that is returned.public String toString()
toString
in class Object
Object.toString()
public GetStageResult clone()