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