@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeLabelRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeLabelRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeLabelRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getLabelGroupName()
Returns the name of the group containing the label.
|
String |
getLabelId()
Returns the ID of the label.
|
int |
hashCode() |
void |
setLabelGroupName(String labelGroupName)
Returns the name of the group containing the label.
|
void |
setLabelId(String labelId)
Returns the ID of the label.
|
String |
toString()
Returns a string representation of this object.
|
DescribeLabelRequest |
withLabelGroupName(String labelGroupName)
Returns the name of the group containing the label.
|
DescribeLabelRequest |
withLabelId(String labelId)
Returns the ID of the label.
|
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)
Returns the name of the group containing the label.
labelGroupName
- Returns the name of the group containing the label.public String getLabelGroupName()
Returns the name of the group containing the label.
public DescribeLabelRequest withLabelGroupName(String labelGroupName)
Returns the name of the group containing the label.
labelGroupName
- Returns the name of the group containing the label.public void setLabelId(String labelId)
Returns the ID of the label.
labelId
- Returns the ID of the label.public String getLabelId()
Returns the ID of the label.
public DescribeLabelRequest withLabelId(String labelId)
Returns the ID of the label.
labelId
- Returns the ID of the label.public String toString()
toString
in class Object
Object.toString()
public DescribeLabelRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()