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