@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListDetectorsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListDetectorsResult() |
Modifier and Type | Method and Description |
---|---|
ListDetectorsResult |
clone() |
boolean |
equals(Object obj) |
List<String> |
getDetectorIds() |
String |
getNextToken() |
int |
hashCode() |
void |
setDetectorIds(Collection<String> detectorIds) |
void |
setNextToken(String nextToken) |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListDetectorsResult |
withDetectorIds(Collection<String> detectorIds) |
ListDetectorsResult |
withDetectorIds(String... detectorIds)
NOTE: This method appends the values to the existing list (if any).
|
ListDetectorsResult |
withNextToken(String nextToken) |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDetectorIds(Collection<String> detectorIds)
detectorIds
- public ListDetectorsResult withDetectorIds(String... detectorIds)
NOTE: This method appends the values to the existing list (if any). Use
setDetectorIds(java.util.Collection)
or withDetectorIds(java.util.Collection)
if you want to
override the existing values.
detectorIds
- public ListDetectorsResult withDetectorIds(Collection<String> detectorIds)
detectorIds
- public void setNextToken(String nextToken)
nextToken
- public String getNextToken()
public ListDetectorsResult withNextToken(String nextToken)
nextToken
- public String toString()
toString
in class Object
Object.toString()
public ListDetectorsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.