public class ImportInstanceTaskDetails
extends java.lang.Object
implements java.io.Serializable
| コンストラクタと説明 |
|---|
ImportInstanceTaskDetails() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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.
|
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 クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object