@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ScanCondition extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about the condition.
| Constructor and Description |
|---|
ScanCondition() |
| Modifier and Type | Method and Description |
|---|---|
ScanCondition |
clone() |
boolean |
equals(Object obj) |
List<ScanConditionPair> |
getMapEquals()
Represents an mapEqual condition to be applied to a single field when triggering for malware scan.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setMapEquals(Collection<ScanConditionPair> mapEquals)
Represents an mapEqual condition to be applied to a single field when triggering for malware scan.
|
String |
toString()
Returns a string representation of this object.
|
ScanCondition |
withMapEquals(Collection<ScanConditionPair> mapEquals)
Represents an mapEqual condition to be applied to a single field when triggering for malware scan.
|
ScanCondition |
withMapEquals(ScanConditionPair... mapEquals)
Represents an mapEqual condition to be applied to a single field when triggering for malware scan.
|
public List<ScanConditionPair> getMapEquals()
Represents an mapEqual condition to be applied to a single field when triggering for malware scan.
public void setMapEquals(Collection<ScanConditionPair> mapEquals)
Represents an mapEqual condition to be applied to a single field when triggering for malware scan.
mapEquals - Represents an mapEqual condition to be applied to a single field when triggering for malware
scan.public ScanCondition withMapEquals(ScanConditionPair... mapEquals)
Represents an mapEqual condition to be applied to a single field when triggering for malware scan.
NOTE: This method appends the values to the existing list (if any). Use
setMapEquals(java.util.Collection) or withMapEquals(java.util.Collection) if you want to
override the existing values.
mapEquals - Represents an mapEqual condition to be applied to a single field when triggering for malware
scan.public ScanCondition withMapEquals(Collection<ScanConditionPair> mapEquals)
Represents an mapEqual condition to be applied to a single field when triggering for malware scan.
mapEquals - Represents an mapEqual condition to be applied to a single field when triggering for malware
scan.public String toString()
toString in class ObjectObject.toString()public ScanCondition clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.