@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)
Marshalls this structured data using the given
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.ResourceMapComparison
public String getComparison()
The filter's comparison.
ResourceMapComparison
public ResourceMapFilter withComparison(String comparison)
The filter's comparison.
comparison
- The filter's comparison.ResourceMapComparison
public ResourceMapFilter withComparison(ResourceMapComparison comparison)
The filter's comparison.
comparison
- The filter's comparison.ResourceMapComparison
public 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 Object
Object.toString()
public ResourceMapFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.