@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteFilterRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeleteFilterRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteFilterRequest |
clone() |
boolean |
equals(Object obj) |
String |
getDetectorId()
The unique ID of the detector the filter is associated with.
|
String |
getFilterName()
The name of the filter you want to delete.
|
int |
hashCode() |
void |
setDetectorId(String detectorId)
The unique ID of the detector the filter is associated with.
|
void |
setFilterName(String filterName)
The name of the filter you want to delete.
|
String |
toString()
Returns a string representation of this object.
|
DeleteFilterRequest |
withDetectorId(String detectorId)
The unique ID of the detector the filter is associated with.
|
DeleteFilterRequest |
withFilterName(String filterName)
The name of the filter you want to delete.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setDetectorId(String detectorId)
The unique ID of the detector the filter is associated with.
detectorId - The unique ID of the detector the filter is associated with.public String getDetectorId()
The unique ID of the detector the filter is associated with.
public DeleteFilterRequest withDetectorId(String detectorId)
The unique ID of the detector the filter is associated with.
detectorId - The unique ID of the detector the filter is associated with.public void setFilterName(String filterName)
The name of the filter you want to delete.
filterName - The name of the filter you want to delete.public String getFilterName()
The name of the filter you want to delete.
public DeleteFilterRequest withFilterName(String filterName)
The name of the filter you want to delete.
filterName - The name of the filter you want to delete.public String toString()
toString in class ObjectObject.toString()public DeleteFilterRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2019. All rights reserved.