public class GetPasswordDataResult extends Object implements Serializable, Cloneable
| Constructor and Description | 
|---|
| GetPasswordDataResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| GetPasswordDataResult | clone() | 
| boolean | equals(Object obj) | 
| String | getInstanceId()The ID of the Windows instance. | 
| String | getPasswordData()The password of the instance. | 
| Date | getTimestamp()The time the data was last updated. | 
| int | hashCode() | 
| void | setInstanceId(String instanceId)The ID of the Windows instance. | 
| void | setPasswordData(String passwordData)The password of the 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 Windows instance. | 
| GetPasswordDataResult | withPasswordData(String passwordData)The password of the instance. | 
| GetPasswordDataResult | withTimestamp(Date timestamp)The time the data was last updated. | 
public String getInstanceId()
public void setInstanceId(String instanceId)
instanceId - The ID of the Windows instance.public GetPasswordDataResult withInstanceId(String instanceId)
Returns a reference to this object so that method calls can be chained together.
instanceId - The ID of the Windows instance.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 password of the instance.public GetPasswordDataResult withPasswordData(String passwordData)
Returns a reference to this object so that method calls can be chained together.
passwordData - The password of the instance.public String toString()
toString in class ObjectObject.toString()public GetPasswordDataResult clone()
Copyright © 2015. All rights reserved.