@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateComponentTypeResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
CreateComponentTypeResult() |
| Modifier and Type | Method and Description |
|---|---|
CreateComponentTypeResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The ARN of the component type.
|
Date |
getCreationDateTime()
The date and time when the entity was created.
|
String |
getState()
The current state of the component type.
|
int |
hashCode() |
void |
setArn(String arn)
The ARN of the component type.
|
void |
setCreationDateTime(Date creationDateTime)
The date and time when the entity was created.
|
void |
setState(String state)
The current state of the component type.
|
String |
toString()
Returns a string representation of this object.
|
CreateComponentTypeResult |
withArn(String arn)
The ARN of the component type.
|
CreateComponentTypeResult |
withCreationDateTime(Date creationDateTime)
The date and time when the entity was created.
|
CreateComponentTypeResult |
withState(State state)
The current state of the component type.
|
CreateComponentTypeResult |
withState(String state)
The current state of the component type.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic 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 CreateComponentTypeResult withArn(String arn)
The ARN of the component type.
arn - The ARN of the component type.public void setCreationDateTime(Date creationDateTime)
The date and time when the entity was created.
creationDateTime - The date and time when the entity was created.public Date getCreationDateTime()
The date and time when the entity was created.
public CreateComponentTypeResult withCreationDateTime(Date creationDateTime)
The date and time when the entity was created.
creationDateTime - The date and time when the entity was created.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 CreateComponentTypeResult withState(String state)
The current state of the component type.
state - The current state of the component type.Statepublic CreateComponentTypeResult 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 CreateComponentTypeResult clone()