@Generated(value="software.amazon.awssdk:codegen") public final class QueryStagePlanNode extends Object implements SdkPojo, Serializable, ToCopyableBuilder<QueryStagePlanNode.Builder,QueryStagePlanNode>
Stage plan information such as name, identifier, sub plans, and remote sources.
| Modifier and Type | Class and Description |
|---|---|
static interface |
QueryStagePlanNode.Builder |
| Modifier and Type | Method and Description |
|---|---|
static QueryStagePlanNode.Builder |
builder() |
List<QueryStagePlanNode> |
children()
Stage plan information such as name, identifier, sub plans, and remote sources of child plan nodes/
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasChildren()
For responses, this returns true if the service returned a value for the Children property.
|
int |
hashCode() |
boolean |
hasRemoteSources()
For responses, this returns true if the service returned a value for the RemoteSources property.
|
String |
identifier()
Information about the operation this query stage plan node is performing.
|
String |
name()
Name of the query stage plan that describes the operation this stage is performing as part of query execution.
|
List<String> |
remoteSources()
Source plan node IDs.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends QueryStagePlanNode.Builder> |
serializableBuilderClass() |
QueryStagePlanNode.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
Name of the query stage plan that describes the operation this stage is performing as part of query execution.
public final String identifier()
Information about the operation this query stage plan node is performing.
public final boolean hasChildren()
isEmpty() method on the property). This is
useful because the SDK will never return a null collection or map, but you may need to differentiate between the
service returning nothing (or null) and the service returning an empty collection or map. For requests, this
returns true if a value for the property was specified in the request builder, and false if a value was not
specified.public final List<QueryStagePlanNode> children()
Stage plan information such as name, identifier, sub plans, and remote sources of child plan nodes/
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasChildren() method.
public final boolean hasRemoteSources()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<String> remoteSources()
Source plan node IDs.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasRemoteSources() method.
public QueryStagePlanNode.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<QueryStagePlanNode.Builder,QueryStagePlanNode>public static QueryStagePlanNode.Builder builder()
public static Class<? extends QueryStagePlanNode.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.