@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteIPSetRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteIPSetRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteIPSetRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDetectorId()
The detectorID that specifies the GuardDuty service whose IPSet you want to delete.
|
String |
getIpSetId()
The unique ID that specifies the IPSet that you want to delete.
|
int |
hashCode() |
void |
setDetectorId(String detectorId)
The detectorID that specifies the GuardDuty service whose IPSet you want to delete.
|
void |
setIpSetId(String ipSetId)
The unique ID that specifies the IPSet that you want to delete.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DeleteIPSetRequest |
withDetectorId(String detectorId)
The detectorID that specifies the GuardDuty service whose IPSet you want to delete.
|
DeleteIPSetRequest |
withIpSetId(String ipSetId)
The unique ID that specifies the IPSet that you want to delete.
|
addHandlerContext, 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, withSdkRequestTimeout
public void setDetectorId(String detectorId)
detectorId
- The detectorID that specifies the GuardDuty service whose IPSet you want to delete.public String getDetectorId()
public DeleteIPSetRequest withDetectorId(String detectorId)
detectorId
- The detectorID that specifies the GuardDuty service whose IPSet you want to delete.public void setIpSetId(String ipSetId)
ipSetId
- The unique ID that specifies the IPSet that you want to delete.public String getIpSetId()
public DeleteIPSetRequest withIpSetId(String ipSetId)
ipSetId
- The unique ID that specifies the IPSet that you want to delete.public String toString()
toString
in class Object
Object.toString()
public DeleteIPSetRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.