@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ResourceMapFilter extends Object implements Serializable, Cloneable, StructuredPojo
A resource map filter for a software bill of material report.
| Constructor and Description |
|---|
ResourceMapFilter() |
| Modifier and Type | Method and Description |
|---|---|
ResourceMapFilter |
clone() |
boolean |
equals(Object obj) |
String |
getComparison()
The filter's comparison.
|
String |
getKey()
The filter's key.
|
String |
getValue()
The filter's value.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setComparison(String comparison)
The filter's comparison.
|
void |
setKey(String key)
The filter's key.
|
void |
setValue(String value)
The filter's value.
|
String |
toString()
Returns a string representation of this object.
|
ResourceMapFilter |
withComparison(ResourceMapComparison comparison)
The filter's comparison.
|
ResourceMapFilter |
withComparison(String comparison)
The filter's comparison.
|
ResourceMapFilter |
withKey(String key)
The filter's key.
|
ResourceMapFilter |
withValue(String value)
The filter's value.
|
public void setComparison(String comparison)
The filter's comparison.
comparison - The filter's comparison.ResourceMapComparisonpublic String getComparison()
The filter's comparison.
ResourceMapComparisonpublic ResourceMapFilter withComparison(String comparison)
The filter's comparison.
comparison - The filter's comparison.ResourceMapComparisonpublic ResourceMapFilter withComparison(ResourceMapComparison comparison)
The filter's comparison.
comparison - The filter's comparison.ResourceMapComparisonpublic void setKey(String key)
The filter's key.
key - The filter's key.public String getKey()
The filter's key.
public ResourceMapFilter withKey(String key)
The filter's key.
key - The filter's key.public void setValue(String value)
The filter's value.
value - The filter's value.public String getValue()
The filter's value.
public ResourceMapFilter withValue(String value)
The filter's value.
value - The filter's value.public String toString()
toString in class ObjectObject.toString()public ResourceMapFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2025. All rights reserved.