@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteLabelRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteLabelRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteLabelRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getLabelGroupName()
The name of the label group that contains the label that you want to delete.
|
String |
getLabelId()
The ID of the label that you want to delete.
|
int |
hashCode() |
void |
setLabelGroupName(String labelGroupName)
The name of the label group that contains the label that you want to delete.
|
void |
setLabelId(String labelId)
The ID of the label that you want to delete.
|
String |
toString()
Returns a string representation of this object.
|
DeleteLabelRequest |
withLabelGroupName(String labelGroupName)
The name of the label group that contains the label that you want to delete.
|
DeleteLabelRequest |
withLabelId(String labelId)
The ID of the label that you want to delete.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setLabelGroupName(String labelGroupName)
The name of the label group that contains the label that you want to delete. 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 contains the label that you want to delete. 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 contains the label that you want to delete. Data in this field will be retained for service usage. Follow best practices for the security of your data.
public DeleteLabelRequest withLabelGroupName(String labelGroupName)
The name of the label group that contains the label that you want to delete. 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 contains the label that you want to delete. Data in this field will be
retained for service usage. Follow best practices for the security of your data.public void setLabelId(String labelId)
The ID of the label that you want to delete.
labelId
- The ID of the label that you want to delete.public String getLabelId()
The ID of the label that you want to delete.
public DeleteLabelRequest withLabelId(String labelId)
The ID of the label that you want to delete.
labelId
- The ID of the label that you want to delete.public String toString()
toString
in class Object
Object.toString()
public DeleteLabelRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()