@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ClientData extends Object implements Serializable, Cloneable
Describes the client-specific data.
Constructor and Description |
---|
ClientData() |
Modifier and Type | Method and Description |
---|---|
ClientData |
clone() |
boolean |
equals(Object obj) |
String |
getComment()
A user-defined comment about the disk upload.
|
Date |
getUploadEnd()
The time that the disk upload ends.
|
Double |
getUploadSize()
The size of the uploaded disk image, in GiB.
|
Date |
getUploadStart()
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.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ClientData |
withComment(String comment)
A user-defined comment about the disk upload.
|
ClientData |
withUploadEnd(Date uploadEnd)
The time that the disk upload ends.
|
ClientData |
withUploadSize(Double uploadSize)
The size of the uploaded disk image, in GiB.
|
ClientData |
withUploadStart(Date uploadStart)
The time that the disk upload starts.
|
public void setComment(String comment)
A user-defined comment about the disk upload.
comment
- A user-defined comment about the disk upload.public String getComment()
A user-defined comment about the disk upload.
public ClientData withComment(String comment)
A user-defined comment about the disk upload.
comment
- A user-defined comment about the disk upload.public void setUploadEnd(Date uploadEnd)
The time that the disk upload ends.
uploadEnd
- The time that the disk upload ends.public Date getUploadEnd()
The time that the disk upload ends.
public ClientData withUploadEnd(Date uploadEnd)
The time that the disk upload ends.
uploadEnd
- The time that the disk upload ends.public void setUploadSize(Double uploadSize)
The size of the uploaded disk image, in GiB.
uploadSize
- The size of the uploaded disk image, in GiB.public Double getUploadSize()
The size of the uploaded disk image, in GiB.
public ClientData withUploadSize(Double uploadSize)
The size of the uploaded disk image, in GiB.
uploadSize
- The size of the uploaded disk image, in GiB.public void setUploadStart(Date uploadStart)
The time that the disk upload starts.
uploadStart
- The time that the disk upload starts.public Date getUploadStart()
The time that the disk upload starts.
public ClientData withUploadStart(Date uploadStart)
The time that the disk upload starts.
uploadStart
- The time that the disk upload starts.public String toString()
toString
in class Object
Object.toString()
public ClientData clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.