@Generated(value="software.amazon.awssdk:codegen") public final class MeshData extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MeshData.Builder,MeshData>
An object that represents a service mesh returned by a describe operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
MeshData.Builder |
| Modifier and Type | Method and Description |
|---|---|
static MeshData.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
meshName()
The name of the service mesh.
|
ResourceMetadata |
metadata()
The associated metadata for the service mesh.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends MeshData.Builder> |
serializableBuilderClass() |
MeshSpec |
spec()
The associated specification for the service mesh.
|
MeshStatus |
status()
The status of the service mesh.
|
MeshData.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String meshName()
The name of the service mesh.
public final ResourceMetadata metadata()
The associated metadata for the service mesh.
public final MeshSpec spec()
The associated specification for the service mesh.
public final MeshStatus status()
The status of the service mesh.
public MeshData.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<MeshData.Builder,MeshData>public static MeshData.Builder builder()
public static Class<? extends MeshData.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.