@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) |
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)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.