@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateComponentTypeResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
UpdateComponentTypeResult() |
| Modifier and Type | Method and Description |
|---|---|
UpdateComponentTypeResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The ARN of the component type.
|
String |
getComponentTypeId()
The ID of the component type.
|
String |
getState()
The current state of the component type.
|
String |
getWorkspaceId()
The ID of the workspace that contains the component type.
|
int |
hashCode() |
void |
setArn(String arn)
The ARN of the component type.
|
void |
setComponentTypeId(String componentTypeId)
The ID of the component type.
|
void |
setState(String state)
The current state 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.
|
UpdateComponentTypeResult |
withArn(String arn)
The ARN of the component type.
|
UpdateComponentTypeResult |
withComponentTypeId(String componentTypeId)
The ID of the component type.
|
UpdateComponentTypeResult |
withState(State state)
The current state of the component type.
|
UpdateComponentTypeResult |
withState(String state)
The current state of the component type.
|
UpdateComponentTypeResult |
withWorkspaceId(String workspaceId)
The ID of the workspace that contains the component type.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic 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 UpdateComponentTypeResult 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 setArn(String arn)
The ARN of the component type.
arn - The ARN of the component type.public String getArn()
The ARN of the component type.
public UpdateComponentTypeResult withArn(String arn)
The ARN of the component type.
arn - The ARN of the component type.public 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 UpdateComponentTypeResult withComponentTypeId(String componentTypeId)
The ID of the component type.
componentTypeId - The ID of the component type.public void setState(String state)
The current state of the component type.
state - The current state of the component type.Statepublic String getState()
The current state of the component type.
Statepublic UpdateComponentTypeResult withState(String state)
The current state of the component type.
state - The current state of the component type.Statepublic UpdateComponentTypeResult withState(State state)
The current state of the component type.
state - The current state of the component type.Statepublic String toString()
toString in class ObjectObject.toString()public UpdateComponentTypeResult clone()
Copyright © 2023. All rights reserved.