Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DescribeLogGroupsRequest.Builder,DescribeLogGroupsRequest>
@Generated("software.amazon.awssdk:codegen") public class DescribeLogGroupsRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DescribeLogGroupsRequest.Builder,DescribeLogGroupsRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeLogGroupsRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static DescribeLogGroupsRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Integer |
limit() |
The maximum number of items returned.
|
String |
logGroupNamePrefix() |
The prefix to match.
|
String |
nextToken() |
The token for the next set of items to return.
|
static Class<? extends DescribeLogGroupsRequest.Builder> |
serializableBuilderClass() |
|
DescribeLogGroupsRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String logGroupNamePrefix()
The prefix to match.
public String nextToken()
The token for the next set of items to return. (You received this token from a previous call.)
public Integer limit()
The maximum number of items returned. If you don't specify a value, the default is up to 50 items.
public DescribeLogGroupsRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeLogGroupsRequest.Builder,DescribeLogGroupsRequest>
public static DescribeLogGroupsRequest.Builder builder()
public static Class<? extends DescribeLogGroupsRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.