public class ImportInstanceTaskDetails extends Object implements Serializable
Constructor and Description |
---|
ImportInstanceTaskDetails() |
Modifier and Type | Method and Description |
---|---|
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(PlatformValues platform)
Sets the value of the Platform 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(PlatformValues platform)
Sets the value of the Platform 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.
|
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()
Constraints:
Allowed Values: Windows
PlatformValues
public void setPlatform(String platform)
Constraints:
Allowed Values: Windows
platform
- The new value for the Platform property for this object.PlatformValues
public ImportInstanceTaskDetails withPlatform(String platform)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: Windows
platform
- The new value for the Platform property for this object.PlatformValues
public void setPlatform(PlatformValues platform)
Constraints:
Allowed Values: Windows
platform
- The new value for the Platform property for this object.PlatformValues
public ImportInstanceTaskDetails withPlatform(PlatformValues platform)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: Windows
platform
- The new value for the Platform property for this object.PlatformValues
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 Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.