public class GetJobUnlockCodeResult extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
GetJobUnlockCodeResult() |
| Modifier and Type | Method and Description |
|---|---|
GetJobUnlockCodeResult |
clone() |
boolean |
equals(Object obj) |
String |
getUnlockCode()
The
UnlockCode value for the specified job. |
int |
hashCode() |
void |
setUnlockCode(String unlockCode)
The
UnlockCode value for the specified job. |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetJobUnlockCodeResult |
withUnlockCode(String unlockCode)
The
UnlockCode value for the specified job. |
public void setUnlockCode(String unlockCode)
The UnlockCode value for the specified job. The
UnlockCode value can be accessed for up to 90 days after the
job has been created.
unlockCode - The UnlockCode value for the specified job. The
UnlockCode value can be accessed for up to 90 days
after the job has been created.public String getUnlockCode()
The UnlockCode value for the specified job. The
UnlockCode value can be accessed for up to 90 days after the
job has been created.
UnlockCode value for the specified job. The
UnlockCode value can be accessed for up to 90 days
after the job has been created.public GetJobUnlockCodeResult withUnlockCode(String unlockCode)
The UnlockCode value for the specified job. The
UnlockCode value can be accessed for up to 90 days after the
job has been created.
unlockCode - The UnlockCode value for the specified job. The
UnlockCode value can be accessed for up to 90 days
after the job has been created.public String toString()
toString in class ObjectObject.toString()public GetJobUnlockCodeResult clone()
Copyright © 2016. All rights reserved.