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