@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListLoggingConfigurationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| ListLoggingConfigurationsRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| ListLoggingConfigurationsRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| Integer | getLimit()
 Specifies the number of  LoggingConfigurationsthat you want AWS WAF to return for this request. | 
| String | getNextMarker()
 If you specify a value for  Limitand you have moreLoggingConfigurationsthan the value
 ofLimit, AWS WAF returns aNextMarkervalue in the response that allows you to list
 another group ofLoggingConfigurations. | 
| int | hashCode() | 
| void | setLimit(Integer limit)
 Specifies the number of  LoggingConfigurationsthat you want AWS WAF to return for this request. | 
| void | setNextMarker(String nextMarker)
 If you specify a value for  Limitand you have moreLoggingConfigurationsthan the value
 ofLimit, AWS WAF returns aNextMarkervalue in the response that allows you to list
 another group ofLoggingConfigurations. | 
| String | toString()Returns a string representation of this object. | 
| ListLoggingConfigurationsRequest | withLimit(Integer limit)
 Specifies the number of  LoggingConfigurationsthat you want AWS WAF to return for this request. | 
| ListLoggingConfigurationsRequest | withNextMarker(String nextMarker)
 If you specify a value for  Limitand you have moreLoggingConfigurationsthan the value
 ofLimit, AWS WAF returns aNextMarkervalue in the response that allows you to list
 another group ofLoggingConfigurations. | 
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, withSdkRequestTimeoutpublic void setNextMarker(String nextMarker)
 If you specify a value for Limit and you have more LoggingConfigurations than the value
 of Limit, AWS WAF returns a NextMarker value in the response that allows you to list
 another group of LoggingConfigurations. For the second and subsequent
 ListLoggingConfigurations requests, specify the value of NextMarker from the previous
 response to get information about another batch of ListLoggingConfigurations.
 
nextMarker - If you specify a value for Limit and you have more LoggingConfigurations than
        the value of Limit, AWS WAF returns a NextMarker value in the response that
        allows you to list another group of LoggingConfigurations. For the second and subsequent
        ListLoggingConfigurations requests, specify the value of NextMarker from the
        previous response to get information about another batch of ListLoggingConfigurations.public String getNextMarker()
 If you specify a value for Limit and you have more LoggingConfigurations than the value
 of Limit, AWS WAF returns a NextMarker value in the response that allows you to list
 another group of LoggingConfigurations. For the second and subsequent
 ListLoggingConfigurations requests, specify the value of NextMarker from the previous
 response to get information about another batch of ListLoggingConfigurations.
 
Limit and you have more LoggingConfigurations than
         the value of Limit, AWS WAF returns a NextMarker value in the response that
         allows you to list another group of LoggingConfigurations. For the second and subsequent
         ListLoggingConfigurations requests, specify the value of NextMarker from the
         previous response to get information about another batch of ListLoggingConfigurations.public ListLoggingConfigurationsRequest withNextMarker(String nextMarker)
 If you specify a value for Limit and you have more LoggingConfigurations than the value
 of Limit, AWS WAF returns a NextMarker value in the response that allows you to list
 another group of LoggingConfigurations. For the second and subsequent
 ListLoggingConfigurations requests, specify the value of NextMarker from the previous
 response to get information about another batch of ListLoggingConfigurations.
 
nextMarker - If you specify a value for Limit and you have more LoggingConfigurations than
        the value of Limit, AWS WAF returns a NextMarker value in the response that
        allows you to list another group of LoggingConfigurations. For the second and subsequent
        ListLoggingConfigurations requests, specify the value of NextMarker from the
        previous response to get information about another batch of ListLoggingConfigurations.public void setLimit(Integer limit)
 Specifies the number of LoggingConfigurations that you want AWS WAF to return for this request. If
 you have more LoggingConfigurations than the number that you specify for Limit, the
 response includes a NextMarker value that you can use to get another batch of
 LoggingConfigurations.
 
limit - Specifies the number of LoggingConfigurations that you want AWS WAF to return for this
        request. If you have more LoggingConfigurations than the number that you specify for
        Limit, the response includes a NextMarker value that you can use to get another
        batch of LoggingConfigurations.public Integer getLimit()
 Specifies the number of LoggingConfigurations that you want AWS WAF to return for this request. If
 you have more LoggingConfigurations than the number that you specify for Limit, the
 response includes a NextMarker value that you can use to get another batch of
 LoggingConfigurations.
 
LoggingConfigurations that you want AWS WAF to return for this
         request. If you have more LoggingConfigurations than the number that you specify for
         Limit, the response includes a NextMarker value that you can use to get another
         batch of LoggingConfigurations.public ListLoggingConfigurationsRequest withLimit(Integer limit)
 Specifies the number of LoggingConfigurations that you want AWS WAF to return for this request. If
 you have more LoggingConfigurations than the number that you specify for Limit, the
 response includes a NextMarker value that you can use to get another batch of
 LoggingConfigurations.
 
limit - Specifies the number of LoggingConfigurations that you want AWS WAF to return for this
        request. If you have more LoggingConfigurations than the number that you specify for
        Limit, the response includes a NextMarker value that you can use to get another
        batch of LoggingConfigurations.public String toString()
toString in class ObjectObject.toString()public ListLoggingConfigurationsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()