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