@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssessmentTargetFilter extends Object implements Serializable, Cloneable, StructuredPojo
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 |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
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.
|
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()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.