public class AssessmentTargetFilter extends Object implements Serializable, Cloneable
This data type is used as the request parameter in the ListAssessmentTargets action.
| Constructor and Description |
|---|
AssessmentTargetFilter() |
| Modifier and Type | Method and Description |
|---|---|
AssessmentTargetFilter |
clone() |
boolean |
equals(Object obj) |
String |
getAssessmentTargetNamePattern()
For a record to match a filter, an explicit value or a string containing
a wildcard specified for this data type property must match the value of
the assessmentTargetName property of the AssessmentTarget
data type.
|
int |
hashCode() |
void |
setAssessmentTargetNamePattern(String assessmentTargetNamePattern)
For a record to match a filter, an explicit value or a string containing
a wildcard specified for this data type property must match the value of
the assessmentTargetName property of the AssessmentTarget
data type.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
AssessmentTargetFilter |
withAssessmentTargetNamePattern(String assessmentTargetNamePattern)
For a record to match a filter, an explicit value or a string containing
a wildcard specified for this data type property must match the value of
the assessmentTargetName property of the AssessmentTarget
data type.
|
public void setAssessmentTargetNamePattern(String assessmentTargetNamePattern)
For a record to match a filter, an explicit value or a string containing a wildcard 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
containing a wildcard specified for this data type property must
match the value of the assessmentTargetName property of the
AssessmentTarget data type.public String getAssessmentTargetNamePattern()
For a record to match a filter, an explicit value or a string containing a wildcard specified for this data type property must match the value of the assessmentTargetName property of the AssessmentTarget data type.
public AssessmentTargetFilter withAssessmentTargetNamePattern(String assessmentTargetNamePattern)
For a record to match a filter, an explicit value or a string containing a wildcard 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
containing a wildcard specified for this data type property must
match the value of the assessmentTargetName property of the
AssessmentTarget data type.public String toString()
toString in class ObjectObject.toString()public AssessmentTargetFilter clone()
Copyright © 2016. All rights reserved.