@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateTestGridUrlResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
CreateTestGridUrlResult() |
| Modifier and Type | Method and Description |
|---|---|
CreateTestGridUrlResult |
clone() |
boolean |
equals(Object obj) |
Date |
getExpires()
The number of seconds the URL from CreateTestGridUrlResult$url stays active.
|
String |
getUrl()
A signed URL, expiring in CreateTestGridUrlRequest$expiresInSeconds seconds, to be passed to a
RemoteWebDriver. |
int |
hashCode() |
void |
setExpires(Date expires)
The number of seconds the URL from CreateTestGridUrlResult$url stays active.
|
void |
setUrl(String url)
A signed URL, expiring in CreateTestGridUrlRequest$expiresInSeconds seconds, to be passed to a
RemoteWebDriver. |
String |
toString()
Returns a string representation of this object.
|
CreateTestGridUrlResult |
withExpires(Date expires)
The number of seconds the URL from CreateTestGridUrlResult$url stays active.
|
CreateTestGridUrlResult |
withUrl(String url)
A signed URL, expiring in CreateTestGridUrlRequest$expiresInSeconds seconds, to be passed to a
RemoteWebDriver. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setUrl(String url)
A signed URL, expiring in CreateTestGridUrlRequest$expiresInSeconds seconds, to be passed to a
RemoteWebDriver.
url - A signed URL, expiring in CreateTestGridUrlRequest$expiresInSeconds seconds, to be passed to a
RemoteWebDriver.public String getUrl()
A signed URL, expiring in CreateTestGridUrlRequest$expiresInSeconds seconds, to be passed to a
RemoteWebDriver.
RemoteWebDriver.public CreateTestGridUrlResult withUrl(String url)
A signed URL, expiring in CreateTestGridUrlRequest$expiresInSeconds seconds, to be passed to a
RemoteWebDriver.
url - A signed URL, expiring in CreateTestGridUrlRequest$expiresInSeconds seconds, to be passed to a
RemoteWebDriver.public void setExpires(Date expires)
The number of seconds the URL from CreateTestGridUrlResult$url stays active.
expires - The number of seconds the URL from CreateTestGridUrlResult$url stays active.public Date getExpires()
The number of seconds the URL from CreateTestGridUrlResult$url stays active.
public CreateTestGridUrlResult withExpires(Date expires)
The number of seconds the URL from CreateTestGridUrlResult$url stays active.
expires - The number of seconds the URL from CreateTestGridUrlResult$url stays active.public String toString()
toString in class ObjectObject.toString()public CreateTestGridUrlResult clone()