@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetDashboardForJobRunResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetDashboardForJobRunResult() |
| Modifier and Type | Method and Description |
|---|---|
GetDashboardForJobRunResult |
clone() |
boolean |
equals(Object obj) |
String |
getUrl()
The URL to view job run's dashboard.
|
int |
hashCode() |
void |
setUrl(String url)
The URL to view job run's dashboard.
|
String |
toString()
Returns a string representation of this object.
|
GetDashboardForJobRunResult |
withUrl(String url)
The URL to view job run's dashboard.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setUrl(String url)
The URL to view job run's dashboard.
url - The URL to view job run's dashboard.public String getUrl()
The URL to view job run's dashboard.
public GetDashboardForJobRunResult withUrl(String url)
The URL to view job run's dashboard.
url - The URL to view job run's dashboard.public String toString()
toString in class ObjectObject.toString()public GetDashboardForJobRunResult clone()