@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartBlueprintRunResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
StartBlueprintRunResult() |
Modifier and Type | Method and Description |
---|---|
StartBlueprintRunResult |
clone() |
boolean |
equals(Object obj) |
String |
getRunId()
The run ID for this blueprint run.
|
int |
hashCode() |
void |
setRunId(String runId)
The run ID for this blueprint run.
|
String |
toString()
Returns a string representation of this object.
|
StartBlueprintRunResult |
withRunId(String runId)
The run ID for this blueprint run.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setRunId(String runId)
The run ID for this blueprint run.
runId
- The run ID for this blueprint run.public String getRunId()
The run ID for this blueprint run.
public StartBlueprintRunResult withRunId(String runId)
The run ID for this blueprint run.
runId
- The run ID for this blueprint run.public String toString()
toString
in class Object
Object.toString()
public StartBlueprintRunResult clone()