@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Label extends Object implements Serializable, Cloneable, StructuredPojo
The label details.
| Constructor and Description |
|---|
Label() |
| Modifier and Type | Method and Description |
|---|---|
Label |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The label ARN.
|
String |
getCreatedTime()
Timestamp of when the event type was created.
|
String |
getDescription()
The label description.
|
String |
getLastUpdatedTime()
Timestamp of when the label was last updated.
|
String |
getName()
The label name.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setArn(String arn)
The label ARN.
|
void |
setCreatedTime(String createdTime)
Timestamp of when the event type was created.
|
void |
setDescription(String description)
The label description.
|
void |
setLastUpdatedTime(String lastUpdatedTime)
Timestamp of when the label was last updated.
|
void |
setName(String name)
The label name.
|
String |
toString()
Returns a string representation of this object.
|
Label |
withArn(String arn)
The label ARN.
|
Label |
withCreatedTime(String createdTime)
Timestamp of when the event type was created.
|
Label |
withDescription(String description)
The label description.
|
Label |
withLastUpdatedTime(String lastUpdatedTime)
Timestamp of when the label was last updated.
|
Label |
withName(String name)
The label name.
|
public void setName(String name)
The label name.
name - The label name.public String getName()
The label name.
public Label withName(String name)
The label name.
name - The label name.public void setDescription(String description)
The label description.
description - The label description.public String getDescription()
The label description.
public Label withDescription(String description)
The label description.
description - The label description.public void setLastUpdatedTime(String lastUpdatedTime)
Timestamp of when the label was last updated.
lastUpdatedTime - Timestamp of when the label was last updated.public String getLastUpdatedTime()
Timestamp of when the label was last updated.
public Label withLastUpdatedTime(String lastUpdatedTime)
Timestamp of when the label was last updated.
lastUpdatedTime - Timestamp of when the label was last updated.public void setCreatedTime(String createdTime)
Timestamp of when the event type was created.
createdTime - Timestamp of when the event type was created.public String getCreatedTime()
Timestamp of when the event type was created.
public Label withCreatedTime(String createdTime)
Timestamp of when the event type was created.
createdTime - Timestamp of when the event type was created.public void setArn(String arn)
The label ARN.
arn - The label ARN.public String getArn()
The label ARN.
public Label withArn(String arn)
The label ARN.
arn - The label ARN.public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.