@Generated(value="software.amazon.awssdk:codegen") public final class DescribeQueryDefinitionsRequest extends CloudWatchLogsRequest implements ToCopyableBuilder<DescribeQueryDefinitionsRequest.Builder,DescribeQueryDefinitionsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeQueryDefinitionsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeQueryDefinitionsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
Limits the number of returned query definitions to the specified number.
|
String |
nextToken()
Returns the value of the NextToken property for this object.
|
String |
queryDefinitionNamePrefix()
Use this parameter to filter your results to only the query definitions that have names that start with the
prefix you specify.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeQueryDefinitionsRequest.Builder> |
serializableBuilderClass() |
DescribeQueryDefinitionsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String queryDefinitionNamePrefix()
Use this parameter to filter your results to only the query definitions that have names that start with the prefix you specify.
public Integer maxResults()
Limits the number of returned query definitions to the specified number.
public String nextToken()
public DescribeQueryDefinitionsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeQueryDefinitionsRequest.Builder,DescribeQueryDefinitionsRequest>toBuilder in class CloudWatchLogsRequestpublic static DescribeQueryDefinitionsRequest.Builder builder()
public static Class<? extends DescribeQueryDefinitionsRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.