@Generated(value="software.amazon.awssdk:codegen") public final class Node extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Node.Builder,Node>
An application node that represents a camera stream, a model, code, or output.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Node.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Node.Builder |
builder() |
NodeCategory |
category()
The node's category.
|
String |
categoryAsString()
The node's category.
|
Instant |
createdTime()
When the node was created.
|
String |
description()
The node's description.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The node's name.
|
String |
nodeId()
The node's ID.
|
String |
ownerAccount()
The account ID of the node's owner.
|
String |
packageArn()
The node's ARN.
|
String |
packageId()
The node's package ID.
|
String |
packageName()
The node's package name.
|
String |
packageVersion()
The node's package version.
|
String |
patchVersion()
The node's patch version.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Node.Builder> |
serializableBuilderClass() |
Node.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final NodeCategory category()
The node's category.
If the service returns an enum value that is not available in the current SDK version, category will
return NodeCategory.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
categoryAsString().
NodeCategorypublic final String categoryAsString()
The node's category.
If the service returns an enum value that is not available in the current SDK version, category will
return NodeCategory.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
categoryAsString().
NodeCategorypublic final Instant createdTime()
When the node was created.
public final String description()
The node's description.
public final String name()
The node's name.
public final String nodeId()
The node's ID.
public final String ownerAccount()
The account ID of the node's owner.
public final String packageArn()
The node's ARN.
public final String packageId()
The node's package ID.
public final String packageName()
The node's package name.
public final String packageVersion()
The node's package version.
public final String patchVersion()
The node's patch version.
public Node.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Node.Builder,Node>public static Node.Builder builder()
public static Class<? extends Node.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.