@Generated(value="software.amazon.awssdk:codegen") public final class DescribeNodeResponse extends PanoramaResponse implements ToCopyableBuilder<DescribeNodeResponse.Builder,DescribeNodeResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeNodeResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
assetName()
The node's asset name.
|
static DescribeNodeResponse.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() |
Instant |
lastUpdatedTime()
When the node was updated.
|
String |
name()
The node's name.
|
String |
nodeId()
The node's ID.
|
NodeInterface |
nodeInterface()
The node's interface.
|
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 DescribeNodeResponse.Builder> |
serializableBuilderClass() |
DescribeNodeResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String assetName()
The node's asset name.
public 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 Instant lastUpdatedTime()
When the node was updated.
public final String name()
The node's name.
public final String nodeId()
The node's ID.
public final NodeInterface nodeInterface()
The node's interface.
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 DescribeNodeResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeNodeResponse.Builder,DescribeNodeResponse>toBuilder in class AwsResponsepublic static DescribeNodeResponse.Builder builder()
public static Class<? extends DescribeNodeResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2022. All rights reserved.