@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()
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 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, 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 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 Object
Object.toString()
public ListThreatIntelSetsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.