@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetFilterRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetFilterRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetFilterRequest |
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 get.
|
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 get.
|
String |
toString()
Returns a string representation of this object.
|
GetFilterRequest |
withDetectorId(String detectorId)
The unique ID of the detector the filter is associated with.
|
GetFilterRequest |
withFilterName(String filterName)
The name of the filter you want to get.
|
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 GetFilterRequest 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 get.
filterName - The name of the filter you want to get.public String getFilterName()
The name of the filter you want to get.
public GetFilterRequest withFilterName(String filterName)
The name of the filter you want to get.
filterName - The name of the filter you want to get.public String toString()
toString in class ObjectObject.toString()public GetFilterRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2020. All rights reserved.