@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteComponentTypeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeleteComponentTypeRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteComponentTypeRequest |
clone() |
boolean |
equals(Object obj) |
String |
getComponentTypeId()
The ID of the component type to delete.
|
String |
getWorkspaceId()
The ID of the workspace that contains the component type.
|
int |
hashCode() |
void |
setComponentTypeId(String componentTypeId)
The ID of the component type to delete.
|
void |
setWorkspaceId(String workspaceId)
The ID of the workspace that contains the component type.
|
String |
toString()
Returns a string representation of this object.
|
DeleteComponentTypeRequest |
withComponentTypeId(String componentTypeId)
The ID of the component type to delete.
|
DeleteComponentTypeRequest |
withWorkspaceId(String workspaceId)
The ID of the workspace that contains the component type.
|
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 setComponentTypeId(String componentTypeId)
The ID of the component type to delete.
componentTypeId - The ID of the component type to delete.public String getComponentTypeId()
The ID of the component type to delete.
public DeleteComponentTypeRequest withComponentTypeId(String componentTypeId)
The ID of the component type to delete.
componentTypeId - The ID of the component type to delete.public void setWorkspaceId(String workspaceId)
The ID of the workspace that contains the component type.
workspaceId - The ID of the workspace that contains the component type.public String getWorkspaceId()
The ID of the workspace that contains the component type.
public DeleteComponentTypeRequest withWorkspaceId(String workspaceId)
The ID of the workspace that contains the component type.
workspaceId - The ID of the workspace that contains the component type.public String toString()
toString in class ObjectObject.toString()public DeleteComponentTypeRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.