@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, setSdkResponseMetadatapublic 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 ObjectObject.toString()public StartBlueprintRunResult clone()