@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ImportWorkspaceImageRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| ImportWorkspaceImageRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| ImportWorkspaceImageRequest | clone() | 
| boolean | equals(Object obj) | 
| String | getEc2ImageId()
 The identifier of the EC2 image. | 
| String | getImageDescription()
 The description of the WorkSpace image. | 
| String | getImageName()
 The name of the WorkSpace image. | 
| String | getIngestionProcess()
 The ingestion process to be used when importing the image. | 
| int | hashCode() | 
| void | setEc2ImageId(String ec2ImageId)
 The identifier of the EC2 image. | 
| void | setImageDescription(String imageDescription)
 The description of the WorkSpace image. | 
| void | setImageName(String imageName)
 The name of the WorkSpace image. | 
| void | setIngestionProcess(String ingestionProcess)
 The ingestion process to be used when importing the image. | 
| String | toString()Returns a string representation of this object; useful for testing and debugging. | 
| ImportWorkspaceImageRequest | withEc2ImageId(String ec2ImageId)
 The identifier of the EC2 image. | 
| ImportWorkspaceImageRequest | withImageDescription(String imageDescription)
 The description of the WorkSpace image. | 
| ImportWorkspaceImageRequest | withImageName(String imageName)
 The name of the WorkSpace image. | 
| ImportWorkspaceImageRequest | withIngestionProcess(String ingestionProcess)
 The ingestion process to be used when importing the image. | 
| ImportWorkspaceImageRequest | withIngestionProcess(WorkspaceImageIngestionProcess ingestionProcess)
 The ingestion process to be used when importing the image. | 
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setEc2ImageId(String ec2ImageId)
The identifier of the EC2 image.
ec2ImageId - The identifier of the EC2 image.public String getEc2ImageId()
The identifier of the EC2 image.
public ImportWorkspaceImageRequest withEc2ImageId(String ec2ImageId)
The identifier of the EC2 image.
ec2ImageId - The identifier of the EC2 image.public void setIngestionProcess(String ingestionProcess)
The ingestion process to be used when importing the image.
ingestionProcess - The ingestion process to be used when importing the image.WorkspaceImageIngestionProcesspublic String getIngestionProcess()
The ingestion process to be used when importing the image.
WorkspaceImageIngestionProcesspublic ImportWorkspaceImageRequest withIngestionProcess(String ingestionProcess)
The ingestion process to be used when importing the image.
ingestionProcess - The ingestion process to be used when importing the image.WorkspaceImageIngestionProcesspublic ImportWorkspaceImageRequest withIngestionProcess(WorkspaceImageIngestionProcess ingestionProcess)
The ingestion process to be used when importing the image.
ingestionProcess - The ingestion process to be used when importing the image.WorkspaceImageIngestionProcesspublic void setImageName(String imageName)
The name of the WorkSpace image.
imageName - The name of the WorkSpace image.public String getImageName()
The name of the WorkSpace image.
public ImportWorkspaceImageRequest withImageName(String imageName)
The name of the WorkSpace image.
imageName - The name of the WorkSpace image.public void setImageDescription(String imageDescription)
The description of the WorkSpace image.
imageDescription - The description of the WorkSpace image.public String getImageDescription()
The description of the WorkSpace image.
public ImportWorkspaceImageRequest withImageDescription(String imageDescription)
The description of the WorkSpace image.
imageDescription - The description of the WorkSpace image.public String toString()
toString in class ObjectObject.toString()public ImportWorkspaceImageRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2018. All rights reserved.