public class AssessmentTargetFilter extends Object implements Serializable, Cloneable
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 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(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.
|
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 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(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 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(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 String toString()
toString
in class Object
Object.toString()
public AssessmentTargetFilter clone()
Copyright © 2018. All rights reserved.