@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateWorkspaceBundleRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| UpdateWorkspaceBundleRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| UpdateWorkspaceBundleRequest | clone() | 
| boolean | equals(Object obj) | 
| String | getBundleId()
 The identifier of the bundle. | 
| String | getImageId()
 The identifier of the image. | 
| int | hashCode() | 
| void | setBundleId(String bundleId)
 The identifier of the bundle. | 
| void | setImageId(String imageId)
 The identifier of the image. | 
| String | toString()Returns a string representation of this object. | 
| UpdateWorkspaceBundleRequest | withBundleId(String bundleId)
 The identifier of the bundle. | 
| UpdateWorkspaceBundleRequest | withImageId(String imageId)
 The identifier of 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 setBundleId(String bundleId)
The identifier of the bundle.
bundleId - The identifier of the bundle.public String getBundleId()
The identifier of the bundle.
public UpdateWorkspaceBundleRequest withBundleId(String bundleId)
The identifier of the bundle.
bundleId - The identifier of the bundle.public void setImageId(String imageId)
The identifier of the image.
imageId - The identifier of the image.public String getImageId()
The identifier of the image.
public UpdateWorkspaceBundleRequest withImageId(String imageId)
The identifier of the image.
imageId - The identifier of the image.public String toString()
toString in class ObjectObject.toString()public UpdateWorkspaceBundleRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.