@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteThreatIntelSetRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeleteThreatIntelSetRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteThreatIntelSetRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDetectorId()
The unique ID of the detector that the threatIntelSet is associated with.
|
String |
getThreatIntelSetId()
The unique ID of the threatIntelSet that you want to delete.
|
int |
hashCode() |
void |
setDetectorId(String detectorId)
The unique ID of the detector that the threatIntelSet is associated with.
|
void |
setThreatIntelSetId(String threatIntelSetId)
The unique ID of the threatIntelSet that you want to delete.
|
String |
toString()
Returns a string representation of this object.
|
DeleteThreatIntelSetRequest |
withDetectorId(String detectorId)
The unique ID of the detector that the threatIntelSet is associated with.
|
DeleteThreatIntelSetRequest |
withThreatIntelSetId(String threatIntelSetId)
The unique ID of the threatIntelSet 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, withSdkRequestTimeoutpublic void setDetectorId(String detectorId)
The unique ID of the detector that the threatIntelSet is associated with.
detectorId - The unique ID of the detector that the threatIntelSet is associated with.public String getDetectorId()
The unique ID of the detector that the threatIntelSet is associated with.
public DeleteThreatIntelSetRequest withDetectorId(String detectorId)
The unique ID of the detector that the threatIntelSet is associated with.
detectorId - The unique ID of the detector that the threatIntelSet is associated with.public void setThreatIntelSetId(String threatIntelSetId)
The unique ID of the threatIntelSet that you want to delete.
threatIntelSetId - The unique ID of the threatIntelSet that you want to delete.public String getThreatIntelSetId()
The unique ID of the threatIntelSet that you want to delete.
public DeleteThreatIntelSetRequest withThreatIntelSetId(String threatIntelSetId)
The unique ID of the threatIntelSet that you want to delete.
threatIntelSetId - The unique ID of the threatIntelSet that you want to delete.public String toString()
toString in class ObjectObject.toString()public DeleteThreatIntelSetRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()