@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteCustomEntityTypeResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DeleteCustomEntityTypeResult() |
| Modifier and Type | Method and Description |
|---|---|
DeleteCustomEntityTypeResult |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The name of the custom pattern you deleted.
|
int |
hashCode() |
void |
setName(String name)
The name of the custom pattern you deleted.
|
String |
toString()
Returns a string representation of this object.
|
DeleteCustomEntityTypeResult |
withName(String name)
The name of the custom pattern you deleted.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setName(String name)
The name of the custom pattern you deleted.
name - The name of the custom pattern you deleted.public String getName()
The name of the custom pattern you deleted.
public DeleteCustomEntityTypeResult withName(String name)
The name of the custom pattern you deleted.
name - The name of the custom pattern you deleted.public String toString()
toString in class ObjectObject.toString()public DeleteCustomEntityTypeResult clone()
Copyright © 2023. All rights reserved.