public class DeleteTerminologyRequest extends AmazonWebServiceRequest implements Serializable
A synchronous action that deletes a custom terminology.
| Constructor and Description |
|---|
DeleteTerminologyRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getName()
The name of the custom terminology being deleted.
|
int |
hashCode() |
void |
setName(String name)
The name of the custom terminology being deleted.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteTerminologyRequest |
withName(String name)
The name of the custom terminology being deleted.
|
clone, copyBaseTo, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic String getName()
The name of the custom terminology being deleted.
Constraints:
Length: 1 - 256
Pattern: ^([A-Za-z0-9-]_?)+$
The name of the custom terminology being deleted.
public void setName(String name)
The name of the custom terminology being deleted.
Constraints:
Length: 1 - 256
Pattern: ^([A-Za-z0-9-]_?)+$
name - The name of the custom terminology being deleted.
public DeleteTerminologyRequest withName(String name)
The name of the custom terminology being deleted.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 256
Pattern: ^([A-Za-z0-9-]_?)+$
name - The name of the custom terminology being deleted.
public String toString()
toString in class ObjectObject.toString()Copyright © 2019. All rights reserved.