public class ImportInstanceRequest extends AmazonWebServiceRequest implements java.io.Serializable
ImportInstance operation.| コンストラクタと説明 |
|---|
ImportInstanceRequest() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getDescription()
Returns the value of the Description property for this object.
|
java.util.List<DiskImage> |
getDiskImages()
Returns the value of the DiskImages property for this object.
|
ImportInstanceLaunchSpecification |
getLaunchSpecification()
Returns the value of the LaunchSpecification property for this object.
|
java.lang.String |
getPlatform()
Returns the value of the Platform property for this object.
|
int |
hashCode() |
void |
setDescription(java.lang.String description)
Sets the value of the Description property for this object.
|
void |
setDiskImages(java.util.Collection<DiskImage> diskImages)
Sets the value of the DiskImages property for this object.
|
void |
setLaunchSpecification(ImportInstanceLaunchSpecification launchSpecification)
Sets the value of the LaunchSpecification property for this object.
|
void |
setPlatform(java.lang.String platform)
Sets the value of the Platform property for this object.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ImportInstanceRequest |
withDescription(java.lang.String description)
Sets the value of the Description property for this object.
|
ImportInstanceRequest |
withDiskImages(java.util.Collection<DiskImage> diskImages)
Sets the value of the DiskImages property for this object.
|
ImportInstanceRequest |
withDiskImages(DiskImage... diskImages)
Sets the value of the DiskImages property for this object.
|
ImportInstanceRequest |
withLaunchSpecification(ImportInstanceLaunchSpecification launchSpecification)
Sets the value of the LaunchSpecification property for this object.
|
ImportInstanceRequest |
withPlatform(java.lang.String platform)
Sets the value of the Platform property for this object.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - The new value for the Description property for this object.public ImportInstanceRequest 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 ImportInstanceLaunchSpecification getLaunchSpecification()
public void setLaunchSpecification(ImportInstanceLaunchSpecification launchSpecification)
launchSpecification - The new value for the LaunchSpecification property for this object.public ImportInstanceRequest withLaunchSpecification(ImportInstanceLaunchSpecification launchSpecification)
Returns a reference to this object so that method calls can be chained together.
launchSpecification - The new value for the LaunchSpecification property for this object.public java.util.List<DiskImage> getDiskImages()
public void setDiskImages(java.util.Collection<DiskImage> diskImages)
diskImages - The new value for the DiskImages property for this object.public ImportInstanceRequest withDiskImages(DiskImage... diskImages)
Returns a reference to this object so that method calls can be chained together.
diskImages - The new value for the DiskImages property for this object.public ImportInstanceRequest withDiskImages(java.util.Collection<DiskImage> diskImages)
Returns a reference to this object so that method calls can be chained together.
diskImages - The new value for the DiskImages 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 ImportInstanceRequest 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 toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object