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