@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeLabelGroupResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeLabelGroupResult() |
Modifier and Type | Method and Description |
---|---|
DescribeLabelGroupResult |
clone() |
boolean |
equals(Object obj) |
Date |
getCreatedAt()
The time at which the label group was created.
|
List<String> |
getFaultCodes()
Codes indicating the type of anomaly associated with the labels in the lagbel group.
|
String |
getLabelGroupArn()
The Amazon Resource Name (ARN) of the label group.
|
String |
getLabelGroupName()
The name of the label group.
|
Date |
getUpdatedAt()
The time at which the label group was updated.
|
int |
hashCode() |
void |
setCreatedAt(Date createdAt)
The time at which the label group was created.
|
void |
setFaultCodes(Collection<String> faultCodes)
Codes indicating the type of anomaly associated with the labels in the lagbel group.
|
void |
setLabelGroupArn(String labelGroupArn)
The Amazon Resource Name (ARN) of the label group.
|
void |
setLabelGroupName(String labelGroupName)
The name of the label group.
|
void |
setUpdatedAt(Date updatedAt)
The time at which the label group was updated.
|
String |
toString()
Returns a string representation of this object.
|
DescribeLabelGroupResult |
withCreatedAt(Date createdAt)
The time at which the label group was created.
|
DescribeLabelGroupResult |
withFaultCodes(Collection<String> faultCodes)
Codes indicating the type of anomaly associated with the labels in the lagbel group.
|
DescribeLabelGroupResult |
withFaultCodes(String... faultCodes)
Codes indicating the type of anomaly associated with the labels in the lagbel group.
|
DescribeLabelGroupResult |
withLabelGroupArn(String labelGroupArn)
The Amazon Resource Name (ARN) of the label group.
|
DescribeLabelGroupResult |
withLabelGroupName(String labelGroupName)
The name of the label group.
|
DescribeLabelGroupResult |
withUpdatedAt(Date updatedAt)
The time at which the label group was updated.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setLabelGroupName(String labelGroupName)
The name of the label group.
labelGroupName
- The name of the label group.public String getLabelGroupName()
The name of the label group.
public DescribeLabelGroupResult withLabelGroupName(String labelGroupName)
The name of the label group.
labelGroupName
- The name of the label group.public void setLabelGroupArn(String labelGroupArn)
The Amazon Resource Name (ARN) of the label group.
labelGroupArn
- The Amazon Resource Name (ARN) of the label group.public String getLabelGroupArn()
The Amazon Resource Name (ARN) of the label group.
public DescribeLabelGroupResult withLabelGroupArn(String labelGroupArn)
The Amazon Resource Name (ARN) of the label group.
labelGroupArn
- The Amazon Resource Name (ARN) of the label group.public List<String> getFaultCodes()
Codes indicating the type of anomaly associated with the labels in the lagbel group.
public void setFaultCodes(Collection<String> faultCodes)
Codes indicating the type of anomaly associated with the labels in the lagbel group.
faultCodes
- Codes indicating the type of anomaly associated with the labels in the lagbel group.public DescribeLabelGroupResult withFaultCodes(String... faultCodes)
Codes indicating the type of anomaly associated with the labels in the lagbel group.
NOTE: This method appends the values to the existing list (if any). Use
setFaultCodes(java.util.Collection)
or withFaultCodes(java.util.Collection)
if you want to
override the existing values.
faultCodes
- Codes indicating the type of anomaly associated with the labels in the lagbel group.public DescribeLabelGroupResult withFaultCodes(Collection<String> faultCodes)
Codes indicating the type of anomaly associated with the labels in the lagbel group.
faultCodes
- Codes indicating the type of anomaly associated with the labels in the lagbel group.public void setCreatedAt(Date createdAt)
The time at which the label group was created.
createdAt
- The time at which the label group was created.public Date getCreatedAt()
The time at which the label group was created.
public DescribeLabelGroupResult withCreatedAt(Date createdAt)
The time at which the label group was created.
createdAt
- The time at which the label group was created.public void setUpdatedAt(Date updatedAt)
The time at which the label group was updated.
updatedAt
- The time at which the label group was updated.public Date getUpdatedAt()
The time at which the label group was updated.
public DescribeLabelGroupResult withUpdatedAt(Date updatedAt)
The time at which the label group was updated.
updatedAt
- The time at which the label group was updated.public String toString()
toString
in class Object
Object.toString()
public DescribeLabelGroupResult clone()