Package com.amazonaws.services.ec2.model
Class ClientData
java.lang.Object
com.amazonaws.services.ec2.model.ClientData
- All Implemented Interfaces:
Serializable
,Cloneable
Describes the client-specific data.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
A user-defined comment about the disk upload.The time that the disk upload ends.The size of the uploaded disk image, in GiB.The time that the disk upload starts.int
hashCode()
void
setComment
(String comment) A user-defined comment about the disk upload.void
setUploadEnd
(Date uploadEnd) The time that the disk upload ends.void
setUploadSize
(Double uploadSize) The size of the uploaded disk image, in GiB.void
setUploadStart
(Date uploadStart) The time that the disk upload starts.toString()
Returns a string representation of this object; useful for testing and debugging.withComment
(String comment) A user-defined comment about the disk upload.withUploadEnd
(Date uploadEnd) The time that the disk upload ends.withUploadSize
(Double uploadSize) The size of the uploaded disk image, in GiB.withUploadStart
(Date uploadStart) The time that the disk upload starts.
-
Constructor Details
-
ClientData
public ClientData()
-
-
Method Details
-
setUploadStart
The time that the disk upload starts.
- Parameters:
uploadStart
- The time that the disk upload starts.
-
getUploadStart
The time that the disk upload starts.
- Returns:
- The time that the disk upload starts.
-
withUploadStart
The time that the disk upload starts.
- Parameters:
uploadStart
- The time that the disk upload starts.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setUploadEnd
The time that the disk upload ends.
- Parameters:
uploadEnd
- The time that the disk upload ends.
-
getUploadEnd
The time that the disk upload ends.
- Returns:
- The time that the disk upload ends.
-
withUploadEnd
The time that the disk upload ends.
- Parameters:
uploadEnd
- The time that the disk upload ends.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setUploadSize
The size of the uploaded disk image, in GiB.
- Parameters:
uploadSize
- The size of the uploaded disk image, in GiB.
-
getUploadSize
The size of the uploaded disk image, in GiB.
- Returns:
- The size of the uploaded disk image, in GiB.
-
withUploadSize
The size of the uploaded disk image, in GiB.
- Parameters:
uploadSize
- The size of the uploaded disk image, in GiB.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setComment
A user-defined comment about the disk upload.
- Parameters:
comment
- A user-defined comment about the disk upload.
-
getComment
A user-defined comment about the disk upload.
- Returns:
- A user-defined comment about the disk upload.
-
withComment
A user-defined comment about the disk upload.
- Parameters:
comment
- A user-defined comment about the disk upload.- 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
-