@Generated(value="software.amazon.awssdk:codegen") public final class MeshData extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MeshData.Builder,MeshData>
An object representing 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) |
<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() |
MeshStatus |
status()
The status of the service mesh.
|
MeshData.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String meshName()
The name of the service mesh.
public ResourceMetadata metadata()
The associated metadata for the service mesh.
public MeshStatus status()
The status of the service mesh.
public MeshData.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<MeshData.Builder,MeshData>
public static MeshData.Builder builder()
public static Class<? extends MeshData.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.