Class Node
- java.lang.Object
-
- software.amazon.awssdk.services.panorama.model.Node
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Node.Builder,Node>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceNode.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Node.Builderbuilder()NodeCategorycategory()The node's category.StringcategoryAsString()The node's category.InstantcreatedTime()When the node was created.Stringdescription()The node's description.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringname()The node's name.StringnodeId()The node's ID.StringownerAccount()The account ID of the node's owner.StringpackageArn()The node's ARN.StringpackageId()The node's package ID.StringpackageName()The node's package name.StringpackageVersion()The node's package version.StringpatchVersion()The node's patch version.List<SdkField<?>>sdkFields()static Class<? extends Node.Builder>serializableBuilderClass()Node.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
category
public final NodeCategory category()
The node's category.
If the service returns an enum value that is not available in the current SDK version,
categorywill returnNodeCategory.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcategoryAsString().- Returns:
- The node's category.
- See Also:
NodeCategory
-
categoryAsString
public final String categoryAsString()
The node's category.
If the service returns an enum value that is not available in the current SDK version,
categorywill returnNodeCategory.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcategoryAsString().- Returns:
- The node's category.
- See Also:
NodeCategory
-
createdTime
public final Instant createdTime()
When the node was created.
- Returns:
- When the node was created.
-
description
public final String description()
The node's description.
- Returns:
- The node's description.
-
name
public final String name()
The node's name.
- Returns:
- The node's name.
-
nodeId
public final String nodeId()
The node's ID.
- Returns:
- The node's ID.
-
ownerAccount
public final String ownerAccount()
The account ID of the node's owner.
- Returns:
- The account ID of the node's owner.
-
packageArn
public final String packageArn()
The node's ARN.
- Returns:
- The node's ARN.
-
packageId
public final String packageId()
The node's package ID.
- Returns:
- The node's package ID.
-
packageName
public final String packageName()
The node's package name.
- Returns:
- The node's package name.
-
packageVersion
public final String packageVersion()
The node's package version.
- Returns:
- The node's package version.
-
patchVersion
public final String patchVersion()
The node's patch version.
- Returns:
- The node's patch version.
-
toBuilder
public Node.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<Node.Builder,Node>
-
builder
public static Node.Builder builder()
-
serializableBuilderClass
public static Class<? extends Node.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-