@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MeshData extends Object implements Serializable, Cloneable, StructuredPojo
An object that represents a service mesh returned by a describe operation.
Constructor and Description |
---|
MeshData() |
Modifier and Type | Method and Description |
---|---|
MeshData |
clone() |
boolean |
equals(Object obj) |
String |
getMeshName()
The name of the service mesh.
|
ResourceMetadata |
getMetadata()
The associated metadata for the service mesh.
|
MeshSpec |
getSpec()
The associated specification for the service mesh.
|
MeshStatus |
getStatus()
The status of the service mesh.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setMeshName(String meshName)
The name of the service mesh.
|
void |
setMetadata(ResourceMetadata metadata)
The associated metadata for the service mesh.
|
void |
setSpec(MeshSpec spec)
The associated specification for the service mesh.
|
void |
setStatus(MeshStatus status)
The status of the service mesh.
|
String |
toString()
Returns a string representation of this object.
|
MeshData |
withMeshName(String meshName)
The name of the service mesh.
|
MeshData |
withMetadata(ResourceMetadata metadata)
The associated metadata for the service mesh.
|
MeshData |
withSpec(MeshSpec spec)
The associated specification for the service mesh.
|
MeshData |
withStatus(MeshStatus status)
The status of the service mesh.
|
public void setMeshName(String meshName)
The name of the service mesh.
meshName
- The name of the service mesh.public String getMeshName()
The name of the service mesh.
public MeshData withMeshName(String meshName)
The name of the service mesh.
meshName
- The name of the service mesh.public void setMetadata(ResourceMetadata metadata)
The associated metadata for the service mesh.
metadata
- The associated metadata for the service mesh.public ResourceMetadata getMetadata()
The associated metadata for the service mesh.
public MeshData withMetadata(ResourceMetadata metadata)
The associated metadata for the service mesh.
metadata
- The associated metadata for the service mesh.public void setSpec(MeshSpec spec)
The associated specification for the service mesh.
spec
- The associated specification for the service mesh.public MeshSpec getSpec()
The associated specification for the service mesh.
public MeshData withSpec(MeshSpec spec)
The associated specification for the service mesh.
spec
- The associated specification for the service mesh.public void setStatus(MeshStatus status)
The status of the service mesh.
status
- The status of the service mesh.public MeshStatus getStatus()
The status of the service mesh.
public MeshData withStatus(MeshStatus status)
The status of the service mesh.
status
- The status of the service mesh.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.