@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateLabelResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
CreateLabelResult() |
| Modifier and Type | Method and Description |
|---|---|
CreateLabelResult |
clone() |
boolean |
equals(Object obj) |
String |
getLabelId()
The ID of the label that you have created.
|
int |
hashCode() |
void |
setLabelId(String labelId)
The ID of the label that you have created.
|
String |
toString()
Returns a string representation of this object.
|
CreateLabelResult |
withLabelId(String labelId)
The ID of the label that you have created.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setLabelId(String labelId)
The ID of the label that you have created.
labelId - The ID of the label that you have created.public String getLabelId()
The ID of the label that you have created.
public CreateLabelResult withLabelId(String labelId)
The ID of the label that you have created.
labelId - The ID of the label that you have created.public String toString()
toString in class ObjectObject.toString()public CreateLabelResult clone()