@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeLabelResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeLabelResult() |
Modifier and Type | Method and Description |
---|---|
DescribeLabelResult |
clone() |
boolean |
equals(Object obj) |
Date |
getCreatedAt()
The time at which the label was created.
|
Date |
getEndTime()
The end time of the requested label.
|
String |
getEquipment()
Indicates that a label pertains to a particular piece of equipment.
|
String |
getFaultCode()
Indicates the type of anomaly associated with the label.
|
String |
getLabelGroupArn()
The Amazon Resource Name (ARN) of the requested label group.
|
String |
getLabelGroupName()
The name of the requested label group.
|
String |
getLabelId()
The ID of the requested label.
|
String |
getNotes()
Metadata providing additional information about the label.
|
String |
getRating()
Indicates whether a labeled event represents an anomaly.
|
Date |
getStartTime()
The start time of the requested label.
|
int |
hashCode() |
void |
setCreatedAt(Date createdAt)
The time at which the label was created.
|
void |
setEndTime(Date endTime)
The end time of the requested label.
|
void |
setEquipment(String equipment)
Indicates that a label pertains to a particular piece of equipment.
|
void |
setFaultCode(String faultCode)
Indicates the type of anomaly associated with the label.
|
void |
setLabelGroupArn(String labelGroupArn)
The Amazon Resource Name (ARN) of the requested label group.
|
void |
setLabelGroupName(String labelGroupName)
The name of the requested label group.
|
void |
setLabelId(String labelId)
The ID of the requested label.
|
void |
setNotes(String notes)
Metadata providing additional information about the label.
|
void |
setRating(String rating)
Indicates whether a labeled event represents an anomaly.
|
void |
setStartTime(Date startTime)
The start time of the requested label.
|
String |
toString()
Returns a string representation of this object.
|
DescribeLabelResult |
withCreatedAt(Date createdAt)
The time at which the label was created.
|
DescribeLabelResult |
withEndTime(Date endTime)
The end time of the requested label.
|
DescribeLabelResult |
withEquipment(String equipment)
Indicates that a label pertains to a particular piece of equipment.
|
DescribeLabelResult |
withFaultCode(String faultCode)
Indicates the type of anomaly associated with the label.
|
DescribeLabelResult |
withLabelGroupArn(String labelGroupArn)
The Amazon Resource Name (ARN) of the requested label group.
|
DescribeLabelResult |
withLabelGroupName(String labelGroupName)
The name of the requested label group.
|
DescribeLabelResult |
withLabelId(String labelId)
The ID of the requested label.
|
DescribeLabelResult |
withNotes(String notes)
Metadata providing additional information about the label.
|
DescribeLabelResult |
withRating(LabelRating rating)
Indicates whether a labeled event represents an anomaly.
|
DescribeLabelResult |
withRating(String rating)
Indicates whether a labeled event represents an anomaly.
|
DescribeLabelResult |
withStartTime(Date startTime)
The start time of the requested label.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setLabelGroupName(String labelGroupName)
The name of the requested label group.
labelGroupName
- The name of the requested label group.public String getLabelGroupName()
The name of the requested label group.
public DescribeLabelResult withLabelGroupName(String labelGroupName)
The name of the requested label group.
labelGroupName
- The name of the requested label group.public void setLabelGroupArn(String labelGroupArn)
The Amazon Resource Name (ARN) of the requested label group.
labelGroupArn
- The Amazon Resource Name (ARN) of the requested label group.public String getLabelGroupArn()
The Amazon Resource Name (ARN) of the requested label group.
public DescribeLabelResult withLabelGroupArn(String labelGroupArn)
The Amazon Resource Name (ARN) of the requested label group.
labelGroupArn
- The Amazon Resource Name (ARN) of the requested label group.public void setLabelId(String labelId)
The ID of the requested label.
labelId
- The ID of the requested label.public String getLabelId()
The ID of the requested label.
public DescribeLabelResult withLabelId(String labelId)
The ID of the requested label.
labelId
- The ID of the requested label.public void setStartTime(Date startTime)
The start time of the requested label.
startTime
- The start time of the requested label.public Date getStartTime()
The start time of the requested label.
public DescribeLabelResult withStartTime(Date startTime)
The start time of the requested label.
startTime
- The start time of the requested label.public void setEndTime(Date endTime)
The end time of the requested label.
endTime
- The end time of the requested label.public Date getEndTime()
The end time of the requested label.
public DescribeLabelResult withEndTime(Date endTime)
The end time of the requested label.
endTime
- The end time of the requested label.public void setRating(String rating)
Indicates whether a labeled event represents an anomaly.
rating
- Indicates whether a labeled event represents an anomaly.LabelRating
public String getRating()
Indicates whether a labeled event represents an anomaly.
LabelRating
public DescribeLabelResult withRating(String rating)
Indicates whether a labeled event represents an anomaly.
rating
- Indicates whether a labeled event represents an anomaly.LabelRating
public DescribeLabelResult withRating(LabelRating rating)
Indicates whether a labeled event represents an anomaly.
rating
- Indicates whether a labeled event represents an anomaly.LabelRating
public void setFaultCode(String faultCode)
Indicates the type of anomaly associated with the label.
Data in this field will be retained for service usage. Follow best practices for the security of your data.
faultCode
- Indicates the type of anomaly associated with the label.
Data in this field will be retained for service usage. Follow best practices for the security of your data.
public String getFaultCode()
Indicates the type of anomaly associated with the label.
Data in this field will be retained for service usage. Follow best practices for the security of your data.
Data in this field will be retained for service usage. Follow best practices for the security of your data.
public DescribeLabelResult withFaultCode(String faultCode)
Indicates the type of anomaly associated with the label.
Data in this field will be retained for service usage. Follow best practices for the security of your data.
faultCode
- Indicates the type of anomaly associated with the label.
Data in this field will be retained for service usage. Follow best practices for the security of your data.
public void setNotes(String notes)
Metadata providing additional information about the label.
Data in this field will be retained for service usage. Follow best practices for the security of your data.
notes
- Metadata providing additional information about the label.
Data in this field will be retained for service usage. Follow best practices for the security of your data.
public String getNotes()
Metadata providing additional information about the label.
Data in this field will be retained for service usage. Follow best practices for the security of your data.
Data in this field will be retained for service usage. Follow best practices for the security of your data.
public DescribeLabelResult withNotes(String notes)
Metadata providing additional information about the label.
Data in this field will be retained for service usage. Follow best practices for the security of your data.
notes
- Metadata providing additional information about the label.
Data in this field will be retained for service usage. Follow best practices for the security of your data.
public void setEquipment(String equipment)
Indicates that a label pertains to a particular piece of equipment.
equipment
- Indicates that a label pertains to a particular piece of equipment.public String getEquipment()
Indicates that a label pertains to a particular piece of equipment.
public DescribeLabelResult withEquipment(String equipment)
Indicates that a label pertains to a particular piece of equipment.
equipment
- Indicates that a label pertains to a particular piece of equipment.public void setCreatedAt(Date createdAt)
The time at which the label was created.
createdAt
- The time at which the label was created.public Date getCreatedAt()
The time at which the label was created.
public DescribeLabelResult withCreatedAt(Date createdAt)
The time at which the label was created.
createdAt
- The time at which the label was created.public String toString()
toString
in class Object
Object.toString()
public DescribeLabelResult clone()