|
Did this page help you?Yes No Tell us about it... |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.ec2.model.ImportInstanceTaskDetails
public class ImportInstanceTaskDetails
Import Instance Task Details
| Constructor Summary | |
|---|---|
ImportInstanceTaskDetails()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getDescription()
Returns the value of the Description property for this object. |
java.lang.String |
getInstanceId()
Returns the value of the InstanceId property for this object. |
java.lang.String |
getPlatform()
Returns the value of the Platform property for this object. |
java.util.List<ImportInstanceVolumeDetailItem> |
getVolumes()
Returns the value of the Volumes property for this object. |
int |
hashCode()
|
void |
setDescription(java.lang.String description)
Sets the value of the Description property for this object. |
void |
setInstanceId(java.lang.String instanceId)
Sets the value of the InstanceId property for this object. |
void |
setPlatform(java.lang.String platform)
Sets the value of the Platform property for this object. |
void |
setVolumes(java.util.Collection<ImportInstanceVolumeDetailItem> volumes)
Sets the value of the Volumes property for this object. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
ImportInstanceTaskDetails |
withDescription(java.lang.String description)
Sets the value of the Description property for this object. |
ImportInstanceTaskDetails |
withInstanceId(java.lang.String instanceId)
Sets the value of the InstanceId property for this object. |
ImportInstanceTaskDetails |
withPlatform(java.lang.String platform)
Sets the value of the Platform property for this object. |
ImportInstanceTaskDetails |
withVolumes(java.util.Collection<ImportInstanceVolumeDetailItem> volumes)
Sets the value of the Volumes property for this object. |
ImportInstanceTaskDetails |
withVolumes(ImportInstanceVolumeDetailItem... volumes)
Sets the value of the Volumes property for this object. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ImportInstanceTaskDetails()
| Method Detail |
|---|
public java.util.List<ImportInstanceVolumeDetailItem> getVolumes()
public void setVolumes(java.util.Collection<ImportInstanceVolumeDetailItem> volumes)
volumes - The new value for the Volumes property for this object.public ImportInstanceTaskDetails withVolumes(ImportInstanceVolumeDetailItem... volumes)
Returns a reference to this object so that method calls can be chained together.
volumes - The new value for the Volumes property for this object.
public ImportInstanceTaskDetails withVolumes(java.util.Collection<ImportInstanceVolumeDetailItem> volumes)
Returns a reference to this object so that method calls can be chained together.
volumes - The new value for the Volumes property for this object.
public java.lang.String getInstanceId()
public void setInstanceId(java.lang.String instanceId)
instanceId - The new value for the InstanceId property for this object.public ImportInstanceTaskDetails withInstanceId(java.lang.String instanceId)
Returns a reference to this object so that method calls can be chained together.
instanceId - The new value for the InstanceId property for this object.
public java.lang.String getPlatform()
public void setPlatform(java.lang.String platform)
platform - The new value for the Platform property for this object.public ImportInstanceTaskDetails withPlatform(java.lang.String platform)
Returns a reference to this object so that method calls can be chained together.
platform - The new value for the Platform property for this object.
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - The new value for the Description property for this object.public ImportInstanceTaskDetails withDescription(java.lang.String description)
Returns a reference to this object so that method calls can be chained together.
description - The new value for the Description property for this object.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||