@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)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setKey(String key)
The filter key.
|
void |
setValue(String value)
The filter value.
|
String |
toString()
Returns a string representation of this object.
|
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 Object
Object.toString()
public ListRecordHistorySearchFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.