@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListLogAnomalyDetectorsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListLogAnomalyDetectorsRequest() |
Modifier and Type | Method and Description |
---|---|
ListLogAnomalyDetectorsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getFilterLogGroupArn()
Use this to optionally filter the results to only include anomaly detectors that are associated with the
specified log group.
|
Integer |
getLimit()
The maximum number of items to return.
|
String |
getNextToken() |
int |
hashCode() |
void |
setFilterLogGroupArn(String filterLogGroupArn)
Use this to optionally filter the results to only include anomaly detectors that are associated with the
specified log group.
|
void |
setLimit(Integer limit)
The maximum number of items to return.
|
void |
setNextToken(String nextToken) |
String |
toString()
Returns a string representation of this object.
|
ListLogAnomalyDetectorsRequest |
withFilterLogGroupArn(String filterLogGroupArn)
Use this to optionally filter the results to only include anomaly detectors that are associated with the
specified log group.
|
ListLogAnomalyDetectorsRequest |
withLimit(Integer limit)
The maximum number of items to return.
|
ListLogAnomalyDetectorsRequest |
withNextToken(String nextToken) |
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 setFilterLogGroupArn(String filterLogGroupArn)
Use this to optionally filter the results to only include anomaly detectors that are associated with the specified log group.
filterLogGroupArn
- Use this to optionally filter the results to only include anomaly detectors that are associated with the
specified log group.public String getFilterLogGroupArn()
Use this to optionally filter the results to only include anomaly detectors that are associated with the specified log group.
public ListLogAnomalyDetectorsRequest withFilterLogGroupArn(String filterLogGroupArn)
Use this to optionally filter the results to only include anomaly detectors that are associated with the specified log group.
filterLogGroupArn
- Use this to optionally filter the results to only include anomaly detectors that are associated with the
specified log group.public void setLimit(Integer limit)
The maximum number of items to return. If you don't specify a value, the default maximum value of 50 items is used.
limit
- The maximum number of items to return. If you don't specify a value, the default maximum value of 50 items
is used.public Integer getLimit()
The maximum number of items to return. If you don't specify a value, the default maximum value of 50 items is used.
public ListLogAnomalyDetectorsRequest withLimit(Integer limit)
The maximum number of items to return. If you don't specify a value, the default maximum value of 50 items is used.
limit
- The maximum number of items to return. If you don't specify a value, the default maximum value of 50 items
is used.public void setNextToken(String nextToken)
nextToken
- public String getNextToken()
public ListLogAnomalyDetectorsRequest withNextToken(String nextToken)
nextToken
- public String toString()
toString
in class Object
Object.toString()
public ListLogAnomalyDetectorsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()