@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ComponentTypeSummary extends Object implements Serializable, Cloneable, StructuredPojo
An object that contains information about a component type.
Constructor and Description |
---|
ComponentTypeSummary() |
Modifier and Type | Method and Description |
---|---|
ComponentTypeSummary |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The ARN of the component type.
|
String |
getComponentTypeId()
The ID of the component type.
|
String |
getComponentTypeName()
The component type name.
|
Date |
getCreationDateTime()
The date and time when the component type was created.
|
String |
getDescription()
The description of the component type.
|
Status |
getStatus()
The current status of the component type.
|
Date |
getUpdateDateTime()
The date and time when the component type was last updated.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setArn(String arn)
The ARN of the component type.
|
void |
setComponentTypeId(String componentTypeId)
The ID of the component type.
|
void |
setComponentTypeName(String componentTypeName)
The component type name.
|
void |
setCreationDateTime(Date creationDateTime)
The date and time when the component type was created.
|
void |
setDescription(String description)
The description of the component type.
|
void |
setStatus(Status status)
The current status of the component type.
|
void |
setUpdateDateTime(Date updateDateTime)
The date and time when the component type was last updated.
|
String |
toString()
Returns a string representation of this object.
|
ComponentTypeSummary |
withArn(String arn)
The ARN of the component type.
|
ComponentTypeSummary |
withComponentTypeId(String componentTypeId)
The ID of the component type.
|
ComponentTypeSummary |
withComponentTypeName(String componentTypeName)
The component type name.
|
ComponentTypeSummary |
withCreationDateTime(Date creationDateTime)
The date and time when the component type was created.
|
ComponentTypeSummary |
withDescription(String description)
The description of the component type.
|
ComponentTypeSummary |
withStatus(Status status)
The current status of the component type.
|
ComponentTypeSummary |
withUpdateDateTime(Date updateDateTime)
The date and time when the component type was last updated.
|
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 ComponentTypeSummary 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 ComponentTypeSummary withComponentTypeId(String componentTypeId)
The ID of the component type.
componentTypeId
- The ID of the component type.public void setCreationDateTime(Date creationDateTime)
The date and time when the component type was created.
creationDateTime
- The date and time when the component type was created.public Date getCreationDateTime()
The date and time when the component type was created.
public ComponentTypeSummary withCreationDateTime(Date creationDateTime)
The date and time when the component type was created.
creationDateTime
- The date and time when the component type was created.public void setUpdateDateTime(Date updateDateTime)
The date and time when the component type was last updated.
updateDateTime
- The date and time when the component type was last updated.public Date getUpdateDateTime()
The date and time when the component type was last updated.
public ComponentTypeSummary withUpdateDateTime(Date updateDateTime)
The date and time when the component type was last updated.
updateDateTime
- The date and time when the component type was last updated.public void setDescription(String description)
The description of the component type.
description
- The description of the component type.public String getDescription()
The description of the component type.
public ComponentTypeSummary withDescription(String description)
The description of the component type.
description
- The description of the component type.public void setStatus(Status status)
The current status of the component type.
status
- The current status of the component type.public Status getStatus()
The current status of the component type.
public ComponentTypeSummary withStatus(Status status)
The current status of the component type.
status
- The current status of the component type.public void setComponentTypeName(String componentTypeName)
The component type name.
componentTypeName
- The component type name.public String getComponentTypeName()
The component type name.
public ComponentTypeSummary withComponentTypeName(String componentTypeName)
The component type name.
componentTypeName
- The component type name.public String toString()
toString
in class Object
Object.toString()
public ComponentTypeSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.