@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ScanningRepositoryFilter extends Object implements Serializable, Cloneable, StructuredPojo
The details of a scanning repository filter.
| Constructor and Description |
|---|
ScanningRepositoryFilter() |
| Modifier and Type | Method and Description |
|---|---|
ScanningRepositoryFilter |
clone() |
boolean |
equals(Object obj) |
String |
getFilter()
The filter to use when scanning.
|
String |
getFilterType()
The type associated with the filter.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setFilter(String filter)
The filter to use when scanning.
|
void |
setFilterType(String filterType)
The type associated with the filter.
|
String |
toString()
Returns a string representation of this object.
|
ScanningRepositoryFilter |
withFilter(String filter)
The filter to use when scanning.
|
ScanningRepositoryFilter |
withFilterType(ScanningRepositoryFilterType filterType)
The type associated with the filter.
|
ScanningRepositoryFilter |
withFilterType(String filterType)
The type associated with the filter.
|
public void setFilter(String filter)
The filter to use when scanning.
filter - The filter to use when scanning.public String getFilter()
The filter to use when scanning.
public ScanningRepositoryFilter withFilter(String filter)
The filter to use when scanning.
filter - The filter to use when scanning.public void setFilterType(String filterType)
The type associated with the filter.
filterType - The type associated with the filter.ScanningRepositoryFilterTypepublic String getFilterType()
The type associated with the filter.
ScanningRepositoryFilterTypepublic ScanningRepositoryFilter withFilterType(String filterType)
The type associated with the filter.
filterType - The type associated with the filter.ScanningRepositoryFilterTypepublic ScanningRepositoryFilter withFilterType(ScanningRepositoryFilterType filterType)
The type associated with the filter.
filterType - The type associated with the filter.ScanningRepositoryFilterTypepublic String toString()
toString in class ObjectObject.toString()public ScanningRepositoryFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.