@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateLabelGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateLabelGroupRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateLabelGroupRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getFaultCodes()
Updates the code indicating the type of anomaly associated with the label.
|
String |
getLabelGroupName()
The name of the label group to be updated.
|
int |
hashCode() |
void |
setFaultCodes(Collection<String> faultCodes)
Updates the code indicating the type of anomaly associated with the label.
|
void |
setLabelGroupName(String labelGroupName)
The name of the label group to be updated.
|
String |
toString()
Returns a string representation of this object.
|
UpdateLabelGroupRequest |
withFaultCodes(Collection<String> faultCodes)
Updates the code indicating the type of anomaly associated with the label.
|
UpdateLabelGroupRequest |
withFaultCodes(String... faultCodes)
Updates the code indicating the type of anomaly associated with the label.
|
UpdateLabelGroupRequest |
withLabelGroupName(String labelGroupName)
The name of the label group to be updated.
|
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 to be updated.
labelGroupName
- The name of the label group to be updated.public String getLabelGroupName()
The name of the label group to be updated.
public UpdateLabelGroupRequest withLabelGroupName(String labelGroupName)
The name of the label group to be updated.
labelGroupName
- The name of the label group to be updated.public List<String> getFaultCodes()
Updates the code indicating the type of anomaly associated with the label.
Data in this field will be retained for service usage. Follow best practices for the security of your data.
Data in this field will be retained for service usage. Follow best practices for the security of your data.
public void setFaultCodes(Collection<String> faultCodes)
Updates the code indicating the type of anomaly associated with the label.
Data in this field will be retained for service usage. Follow best practices for the security of your data.
faultCodes
- Updates the code indicating the type of anomaly associated with the label.
Data in this field will be retained for service usage. Follow best practices for the security of your data.
public UpdateLabelGroupRequest withFaultCodes(String... faultCodes)
Updates the code indicating the type of anomaly associated with the label.
Data in this field will be retained for service usage. Follow best practices for the security of your data.
NOTE: This method appends the values to the existing list (if any). Use
setFaultCodes(java.util.Collection)
or withFaultCodes(java.util.Collection)
if you want to
override the existing values.
faultCodes
- Updates the code indicating the type of anomaly associated with the label.
Data in this field will be retained for service usage. Follow best practices for the security of your data.
public UpdateLabelGroupRequest withFaultCodes(Collection<String> faultCodes)
Updates the code indicating the type of anomaly associated with the label.
Data in this field will be retained for service usage. Follow best practices for the security of your data.
faultCodes
- Updates the code indicating the type of anomaly associated with the label.
Data in this field will be retained for service usage. Follow best practices for the security of your data.
public String toString()
toString
in class Object
Object.toString()
public UpdateLabelGroupRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()