@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FilterDefinition extends Object implements Serializable, Cloneable, StructuredPojo
A string for searching notebook names.
| Constructor and Description |
|---|
FilterDefinition() |
| Modifier and Type | Method and Description |
|---|---|
FilterDefinition |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The name of the notebook to search for.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setName(String name)
The name of the notebook to search for.
|
String |
toString()
Returns a string representation of this object.
|
FilterDefinition |
withName(String name)
The name of the notebook to search for.
|
public void setName(String name)
The name of the notebook to search for.
name - The name of the notebook to search for.public String getName()
The name of the notebook to search for.
public FilterDefinition withName(String name)
The name of the notebook to search for.
name - The name of the notebook to search for.public String toString()
toString in class ObjectObject.toString()public FilterDefinition clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.