@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, setSdkResponseMetadata
public 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 Object
Object.toString()
public CreateLabelResult clone()