@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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 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 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 String toString()
toString in class ObjectObject.toString()public DeleteComponentTypeRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()