Package com.amazonaws.services.ec2.model
Class GetPasswordDataResult
java.lang.Object
com.amazonaws.services.ec2.model.GetPasswordDataResult
- All Implemented Interfaces:
Serializable
,Cloneable
Contains the output of GetPasswordData.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The ID of the Windows instance.The password of the instance.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.toString()
Returns a string representation of this object; useful for testing and debugging.withInstanceId
(String instanceId) The ID of the Windows instance.withPasswordData
(String passwordData) The password of the instance.withTimestamp
(Date timestamp) The time the data was last updated.
-
Constructor Details
-
GetPasswordDataResult
public GetPasswordDataResult()
-
-
Method Details
-
setInstanceId
The ID of the Windows instance.
- Parameters:
instanceId
- The ID of the Windows instance.
-
getInstanceId
The ID of the Windows instance.
- Returns:
- The ID of the Windows instance.
-
withInstanceId
The ID of the Windows instance.
- Parameters:
instanceId
- The ID of the Windows instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setTimestamp
The time the data was last updated.
- Parameters:
timestamp
- The time the data was last updated.
-
getTimestamp
The time the data was last updated.
- Returns:
- The time the data was last updated.
-
withTimestamp
The time the data was last updated.
- Parameters:
timestamp
- The time the data was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setPasswordData
The password of the instance.
- Parameters:
passwordData
- The password of the instance.
-
getPasswordData
The password of the instance.
- Returns:
- The password of the instance.
-
withPasswordData
The password of the instance.
- Parameters:
passwordData
- The password of the instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-