@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateLabelGroupResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateLabelGroupResult() |
Modifier and Type | Method and Description |
---|---|
CreateLabelGroupResult |
clone() |
boolean |
equals(Object obj) |
String |
getLabelGroupArn()
The Amazon Resource Name (ARN) of the label group that you have created.
|
String |
getLabelGroupName()
The name of the label group that you have created.
|
int |
hashCode() |
void |
setLabelGroupArn(String labelGroupArn)
The Amazon Resource Name (ARN) of the label group that you have created.
|
void |
setLabelGroupName(String labelGroupName)
The name of the label group that you have created.
|
String |
toString()
Returns a string representation of this object.
|
CreateLabelGroupResult |
withLabelGroupArn(String labelGroupArn)
The Amazon Resource Name (ARN) of the label group that you have created.
|
CreateLabelGroupResult |
withLabelGroupName(String labelGroupName)
The name of the label group that you have created.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setLabelGroupName(String labelGroupName)
The name of the label group that you have created. Data in this field will be retained for service usage. Follow best practices for the security of your data.
labelGroupName
- The name of the label group that you have created. Data in this field will be retained for service usage.
Follow best practices for the security of your data.public String getLabelGroupName()
The name of the label group that you have created. Data in this field will be retained for service usage. Follow best practices for the security of your data.
public CreateLabelGroupResult withLabelGroupName(String labelGroupName)
The name of the label group that you have created. Data in this field will be retained for service usage. Follow best practices for the security of your data.
labelGroupName
- The name of the label group that you have created. Data in this field will be retained for service usage.
Follow best practices for the security of your data.public void setLabelGroupArn(String labelGroupArn)
The Amazon Resource Name (ARN) of the label group that you have created.
labelGroupArn
- The Amazon Resource Name (ARN) of the label group that you have created.public String getLabelGroupArn()
The Amazon Resource Name (ARN) of the label group that you have created.
public CreateLabelGroupResult withLabelGroupArn(String labelGroupArn)
The Amazon Resource Name (ARN) of the label group that you have created.
labelGroupArn
- The Amazon Resource Name (ARN) of the label group that you have created.public String toString()
toString
in class Object
Object.toString()
public CreateLabelGroupResult clone()