|
|||||||
| 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(Object obj)
|
String |
getDescription()
Returns the value of the Description property for this object. |
String |
getInstanceId()
Returns the value of the InstanceId property for this object. |
String |
getPlatform()
Returns the value of the Platform property for this object. |
List<ImportInstanceVolumeDetailItem> |
getVolumes()
Returns the value of the Volumes property for this object. |
int |
hashCode()
|
void |
setDescription(String description)
Sets the value of the Description property for this object. |
void |
setInstanceId(String instanceId)
Sets the value of the InstanceId property for this object. |
void |
setPlatform(String platform)
Sets the value of the Platform property for this object. |
void |
setVolumes(Collection<ImportInstanceVolumeDetailItem> volumes)
Sets the value of the Volumes property for this object. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
ImportInstanceTaskDetails |
withDescription(String description)
Sets the value of the Description property for this object. |
ImportInstanceTaskDetails |
withInstanceId(String instanceId)
Sets the value of the InstanceId property for this object. |
ImportInstanceTaskDetails |
withPlatform(String platform)
Sets the value of the Platform property for this object. |
ImportInstanceTaskDetails |
withVolumes(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 List<ImportInstanceVolumeDetailItem> getVolumes()
public void setVolumes(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(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 String getInstanceId()
public void setInstanceId(String instanceId)
instanceId - The new value for the InstanceId property for this object.public ImportInstanceTaskDetails withInstanceId(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 String getPlatform()
public void setPlatform(String platform)
platform - The new value for the Platform property for this object.public ImportInstanceTaskDetails withPlatform(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 String getDescription()
public void setDescription(String description)
description - The new value for the Description property for this object.public ImportInstanceTaskDetails withDescription(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 String toString()
toString in class ObjectObject.toString()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||