@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() |
List<String> |
getThreatIntelSetIds() |
int |
hashCode() |
void |
setNextToken(String nextToken) |
void |
setThreatIntelSetIds(Collection<String> threatIntelSetIds) |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListThreatIntelSetsResult |
withNextToken(String nextToken) |
ListThreatIntelSetsResult |
withThreatIntelSetIds(Collection<String> threatIntelSetIds) |
ListThreatIntelSetsResult |
withThreatIntelSetIds(String... threatIntelSetIds)
NOTE: This method appends the values to the existing list (if any).
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setNextToken(String nextToken)
nextToken - public String getNextToken()
public ListThreatIntelSetsResult withNextToken(String nextToken)
nextToken - public void setThreatIntelSetIds(Collection<String> threatIntelSetIds)
threatIntelSetIds - public ListThreatIntelSetsResult withThreatIntelSetIds(String... threatIntelSetIds)
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 - public ListThreatIntelSetsResult withThreatIntelSetIds(Collection<String> threatIntelSetIds)
threatIntelSetIds - public String toString()
toString in class ObjectObject.toString()public ListThreatIntelSetsResult clone()
Copyright © 2018. All rights reserved.