|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.ec2.model.GetPasswordDataResult
public class GetPasswordDataResult
The result of the GetPasswordData operation.
| Constructor Summary | |
|---|---|
GetPasswordDataResult()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getInstanceId()
The ID of the instance whose Windows administrator password was requested. |
String |
getPasswordData()
The Windows administrator password of the specified instance. |
Date |
getTimestamp()
The time the data was last updated. |
int |
hashCode()
|
void |
setInstanceId(String instanceId)
The ID of the instance whose Windows administrator password was requested. |
void |
setPasswordData(String passwordData)
The Windows administrator password of the specified instance. |
void |
setTimestamp(Date timestamp)
The time the data was last updated. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
GetPasswordDataResult |
withInstanceId(String instanceId)
The ID of the instance whose Windows administrator password was requested. |
GetPasswordDataResult |
withPasswordData(String passwordData)
The Windows administrator password of the specified instance. |
GetPasswordDataResult |
withTimestamp(Date timestamp)
The time the data was last updated. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public GetPasswordDataResult()
| Method Detail |
|---|
public String getInstanceId()
public void setInstanceId(String instanceId)
instanceId - The ID of the instance whose Windows administrator password was
requested.public GetPasswordDataResult withInstanceId(String instanceId)
Returns a reference to this object so that method calls can be chained together.
instanceId - The ID of the instance whose Windows administrator password was
requested.
public Date getTimestamp()
public void setTimestamp(Date timestamp)
timestamp - The time the data was last updated.public GetPasswordDataResult withTimestamp(Date timestamp)
Returns a reference to this object so that method calls can be chained together.
timestamp - The time the data was last updated.
public String getPasswordData()
public void setPasswordData(String passwordData)
passwordData - The Windows administrator password of the specified instance.public GetPasswordDataResult withPasswordData(String passwordData)
Returns a reference to this object so that method calls can be chained together.
passwordData - The Windows administrator password of the specified instance.
public String toString()
toString in class ObjectObject.toString()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||