@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetIPSetRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetIPSetRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetIPSetRequest |
clone() |
boolean |
equals(Object obj) |
String |
getDetectorId()
The detectorID that specifies the GuardDuty service whose IPSet you want to retrieve.
|
String |
getIpSetId()
The unique ID that specifies the IPSet that you want to describe.
|
int |
hashCode() |
void |
setDetectorId(String detectorId)
The detectorID that specifies the GuardDuty service whose IPSet you want to retrieve.
|
void |
setIpSetId(String ipSetId)
The unique ID that specifies the IPSet that you want to describe.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetIPSetRequest |
withDetectorId(String detectorId)
The detectorID that specifies the GuardDuty service whose IPSet you want to retrieve.
|
GetIPSetRequest |
withIpSetId(String ipSetId)
The unique ID that specifies the IPSet that you want to describe.
|
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 detectorID that specifies the GuardDuty service whose IPSet you want to retrieve.public String getDetectorId()
public GetIPSetRequest withDetectorId(String detectorId)
detectorId - The detectorID that specifies the GuardDuty service whose IPSet you want to retrieve.public void setIpSetId(String ipSetId)
ipSetId - The unique ID that specifies the IPSet that you want to describe.public String getIpSetId()
public GetIPSetRequest withIpSetId(String ipSetId)
ipSetId - The unique ID that specifies the IPSet that you want to describe.public String toString()
toString in class ObjectObject.toString()public GetIPSetRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2018. All rights reserved.