@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListRecordHistorySearchFilter extends Object implements Serializable, Cloneable, StructuredPojo
The search filter to use when listing history records.
| Constructor and Description |
|---|
ListRecordHistorySearchFilter() |
| Modifier and Type | Method and Description |
|---|---|
ListRecordHistorySearchFilter |
clone() |
boolean |
equals(Object obj) |
String |
getKey()
The filter key.
|
String |
getValue()
The filter value.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setKey(String key)
The filter key.
|
void |
setValue(String value)
The filter value.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListRecordHistorySearchFilter |
withKey(String key)
The filter key.
|
ListRecordHistorySearchFilter |
withValue(String value)
The filter value.
|
public void setKey(String key)
The filter key.
product - Filter results based on the specified product identifier.
provisionedproduct - Filter results based on the provisioned product identifier.
key - The filter key.
product - Filter results based on the specified product identifier.
provisionedproduct - Filter results based on the provisioned product identifier.
public String getKey()
The filter key.
product - Filter results based on the specified product identifier.
provisionedproduct - Filter results based on the provisioned product identifier.
product - Filter results based on the specified product identifier.
provisionedproduct - Filter results based on the provisioned product identifier.
public ListRecordHistorySearchFilter withKey(String key)
The filter key.
product - Filter results based on the specified product identifier.
provisionedproduct - Filter results based on the provisioned product identifier.
key - The filter key.
product - Filter results based on the specified product identifier.
provisionedproduct - Filter results based on the provisioned product identifier.
public void setValue(String value)
The filter value.
value - The filter value.public String getValue()
The filter value.
public ListRecordHistorySearchFilter withValue(String value)
The filter value.
value - The filter value.public String toString()
toString in class ObjectObject.toString()public ListRecordHistorySearchFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2018. All rights reserved.