public class AssessmentTargetFilter
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Used as the request parameter in the ListAssessmentTargets action.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
assessmentTargetNamePattern
For a record to match a filter, an explicit value or a string that
contains a wildcard that is specified for this data type property must
match the value of the assessmentTargetName property of the
AssessmentTarget data type.
|
Constructor and Description |
---|
AssessmentTargetFilter() |
Modifier and Type | Method and Description |
---|---|
AssessmentTargetFilter |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getAssessmentTargetNamePattern()
For a record to match a filter, an explicit value or a string that
contains a wildcard that is specified for this data type property must
match the value of the assessmentTargetName property of the
AssessmentTarget data type.
|
int |
hashCode() |
void |
setAssessmentTargetNamePattern(java.lang.String assessmentTargetNamePattern)
For a record to match a filter, an explicit value or a string that
contains a wildcard that is specified for this data type property must
match the value of the assessmentTargetName property of the
AssessmentTarget data type.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
AssessmentTargetFilter |
withAssessmentTargetNamePattern(java.lang.String assessmentTargetNamePattern)
For a record to match a filter, an explicit value or a string that
contains a wildcard that is specified for this data type property must
match the value of the assessmentTargetName property of the
AssessmentTarget data type.
|
private java.lang.String assessmentTargetNamePattern
For a record to match a filter, an explicit value or a string that contains a wildcard that is specified for this data type property must match the value of the assessmentTargetName property of the AssessmentTarget data type.
public void setAssessmentTargetNamePattern(java.lang.String assessmentTargetNamePattern)
For a record to match a filter, an explicit value or a string that contains a wildcard that is specified for this data type property must match the value of the assessmentTargetName property of the AssessmentTarget data type.
assessmentTargetNamePattern
- For a record to match a filter, an explicit value or a string that
contains a wildcard that is specified for this data type property
must match the value of the assessmentTargetName property
of the AssessmentTarget data type.public java.lang.String getAssessmentTargetNamePattern()
For a record to match a filter, an explicit value or a string that contains a wildcard that is specified for this data type property must match the value of the assessmentTargetName property of the AssessmentTarget data type.
public AssessmentTargetFilter withAssessmentTargetNamePattern(java.lang.String assessmentTargetNamePattern)
For a record to match a filter, an explicit value or a string that contains a wildcard that is specified for this data type property must match the value of the assessmentTargetName property of the AssessmentTarget data type.
assessmentTargetNamePattern
- For a record to match a filter, an explicit value or a string that
contains a wildcard that is specified for this data type property
must match the value of the assessmentTargetName property
of the AssessmentTarget data type.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public AssessmentTargetFilter clone()
clone
in class java.lang.Object