@Generated(value="software.amazon.awssdk:codegen") public final class QueryDefinition extends Object implements SdkPojo, Serializable, ToCopyableBuilder<QueryDefinition.Builder,QueryDefinition>
| Modifier and Type | Class and Description |
|---|---|
static interface |
QueryDefinition.Builder |
| Modifier and Type | Method and Description |
|---|---|
static QueryDefinition.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasLogGroupNames()
Returns true if the LogGroupNames property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
Long |
lastModified()
Returns the value of the LastModified property for this object.
|
List<String> |
logGroupNames()
Returns the value of the LogGroupNames property for this object.
|
String |
name()
Returns the value of the Name property for this object.
|
String |
queryDefinitionId()
Returns the value of the QueryDefinitionId property for this object.
|
String |
queryString()
Returns the value of the QueryString property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends QueryDefinition.Builder> |
serializableBuilderClass() |
QueryDefinition.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String queryDefinitionId()
public String name()
public String queryString()
public Long lastModified()
public boolean hasLogGroupNames()
public List<String> logGroupNames()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasLogGroupNames() to see if a value was sent in this field.
public QueryDefinition.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<QueryDefinition.Builder,QueryDefinition>public static QueryDefinition.Builder builder()
public static Class<? extends QueryDefinition.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.