@Generated(value="software.amazon.awssdk:codegen") public final class VirtualNodeRef extends Object implements SdkPojo, Serializable, ToCopyableBuilder<VirtualNodeRef.Builder,VirtualNodeRef>
An object that represents a virtual node returned by a list operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
VirtualNodeRef.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The full Amazon Resource Name (ARN) for the virtual node.
|
static VirtualNodeRef.Builder |
builder() |
Instant |
createdAt()
The Unix epoch timestamp in seconds for when the resource was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastUpdatedAt()
The Unix epoch timestamp in seconds for when the resource was last updated.
|
String |
meshName()
The name of the service mesh that the virtual node resides in.
|
String |
meshOwner()
The AWS IAM account ID of the service mesh owner.
|
String |
resourceOwner()
The AWS IAM account ID of the resource owner.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends VirtualNodeRef.Builder> |
serializableBuilderClass() |
VirtualNodeRef.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Long |
version()
The version of the resource.
|
String |
virtualNodeName()
The name of the virtual node.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String arn()
The full Amazon Resource Name (ARN) for the virtual node.
public final Instant createdAt()
The Unix epoch timestamp in seconds for when the resource was created.
public final Instant lastUpdatedAt()
The Unix epoch timestamp in seconds for when the resource was last updated.
public final String meshName()
The name of the service mesh that the virtual node resides in.
public final String meshOwner()
The AWS IAM account ID of the service mesh owner. If the account ID is not your own, then it's the ID of the account that shared the mesh with your account. For more information about mesh sharing, see Working with shared meshes.
public final String resourceOwner()
The AWS IAM account ID of the resource owner. If the account ID is not your own, then it's the ID of the mesh owner or of another account that the mesh is shared with. For more information about mesh sharing, see Working with shared meshes.
public final Long version()
The version of the resource. Resources are created at version 1, and this version is incremented each time that they're updated.
public final String virtualNodeName()
The name of the virtual node.
public VirtualNodeRef.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<VirtualNodeRef.Builder,VirtualNodeRef>public static VirtualNodeRef.Builder builder()
public static Class<? extends VirtualNodeRef.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.