@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 that specifies the detector where you want to delete a filter.
|
String |
getFilterName()
The name of the filter.
|
int |
hashCode() |
void |
setDetectorId(String detectorId)
The unique ID that specifies the detector where you want to delete a filter.
|
void |
setFilterName(String filterName)
The name of the filter.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DeleteFilterRequest |
withDetectorId(String detectorId)
The unique ID that specifies the detector where you want to delete a filter.
|
DeleteFilterRequest |
withFilterName(String filterName)
The name of the filter.
|
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)
detectorId - The unique ID that specifies the detector where you want to delete a filter.public String getDetectorId()
public DeleteFilterRequest withDetectorId(String detectorId)
detectorId - The unique ID that specifies the detector where you want to delete a filter.public void setFilterName(String filterName)
filterName - The name of the filter.public String getFilterName()
public DeleteFilterRequest withFilterName(String filterName)
filterName - The name of the filter.public String toString()
toString in class ObjectObject.toString()public DeleteFilterRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2018. All rights reserved.