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