@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListThreatIntelSetsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListThreatIntelSetsResult() |
Modifier and Type | Method and Description |
---|---|
ListThreatIntelSetsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The pagination parameter to be used on the next list operation to retrieve more items.
|
List<String> |
getThreatIntelSetIds()
The IDs of the ThreatIntelSet resources.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The pagination parameter to be used on the next list operation to retrieve more items.
|
void |
setThreatIntelSetIds(Collection<String> threatIntelSetIds)
The IDs of the ThreatIntelSet resources.
|
String |
toString()
Returns a string representation of this object.
|
ListThreatIntelSetsResult |
withNextToken(String nextToken)
The pagination parameter to be used on the next list operation to retrieve more items.
|
ListThreatIntelSetsResult |
withThreatIntelSetIds(Collection<String> threatIntelSetIds)
The IDs of the ThreatIntelSet resources.
|
ListThreatIntelSetsResult |
withThreatIntelSetIds(String... threatIntelSetIds)
The IDs of the ThreatIntelSet resources.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<String> getThreatIntelSetIds()
The IDs of the ThreatIntelSet resources.
public void setThreatIntelSetIds(Collection<String> threatIntelSetIds)
The IDs of the ThreatIntelSet resources.
threatIntelSetIds
- The IDs of the ThreatIntelSet resources.public ListThreatIntelSetsResult withThreatIntelSetIds(String... threatIntelSetIds)
The IDs of the ThreatIntelSet resources.
NOTE: This method appends the values to the existing list (if any). Use
setThreatIntelSetIds(java.util.Collection)
or withThreatIntelSetIds(java.util.Collection)
if
you want to override the existing values.
threatIntelSetIds
- The IDs of the ThreatIntelSet resources.public ListThreatIntelSetsResult withThreatIntelSetIds(Collection<String> threatIntelSetIds)
The IDs of the ThreatIntelSet resources.
threatIntelSetIds
- The IDs of the ThreatIntelSet resources.public void setNextToken(String nextToken)
The pagination parameter to be used on the next list operation to retrieve more items.
nextToken
- The pagination parameter to be used on the next list operation to retrieve more items.public String getNextToken()
The pagination parameter to be used on the next list operation to retrieve more items.
public ListThreatIntelSetsResult withNextToken(String nextToken)
The pagination parameter to be used on the next list operation to retrieve more items.
nextToken
- The pagination parameter to be used on the next list operation to retrieve more items.public String toString()
toString
in class Object
Object.toString()
public ListThreatIntelSetsResult clone()