@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListThreatIntelSetsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListThreatIntelSetsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListThreatIntelSetsRequest |
clone() |
boolean |
equals(Object obj) |
String |
getDetectorId()
The detectorID that specifies the GuardDuty service whose ThreatIntelSets you want to list.
|
Integer |
getMaxResults()
You can use this parameter to indicate the maximum number of items that you want in the response.
|
String |
getNextToken()
Pagination token to start retrieving threat intel sets from.
|
int |
hashCode() |
void |
setDetectorId(String detectorId)
The detectorID that specifies the GuardDuty service whose ThreatIntelSets you want to list.
|
void |
setMaxResults(Integer maxResults)
You can use this parameter to indicate the maximum number of items that you want in the response.
|
void |
setNextToken(String nextToken)
Pagination token to start retrieving threat intel sets from.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListThreatIntelSetsRequest |
withDetectorId(String detectorId)
The detectorID that specifies the GuardDuty service whose ThreatIntelSets you want to list.
|
ListThreatIntelSetsRequest |
withMaxResults(Integer maxResults)
You can use this parameter to indicate the maximum number of items that you want in the response.
|
ListThreatIntelSetsRequest |
withNextToken(String nextToken)
Pagination token to start retrieving threat intel sets from.
|
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 ThreatIntelSets you want to list.public String getDetectorId()
public ListThreatIntelSetsRequest withDetectorId(String detectorId)
detectorId - The detectorID that specifies the GuardDuty service whose ThreatIntelSets you want to list.public void setMaxResults(Integer maxResults)
maxResults - You can use this parameter to indicate the maximum number of items that you want in the response. The
default value is 7. The maximum value is 7.public Integer getMaxResults()
public ListThreatIntelSetsRequest withMaxResults(Integer maxResults)
maxResults - You can use this parameter to indicate the maximum number of items that you want in the response. The
default value is 7. The maximum value is 7.public void setNextToken(String nextToken)
nextToken - Pagination token to start retrieving threat intel sets from.public String getNextToken()
public ListThreatIntelSetsRequest withNextToken(String nextToken)
nextToken - Pagination token to start retrieving threat intel sets from.public String toString()
toString in class ObjectObject.toString()public ListThreatIntelSetsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2018. All rights reserved.