@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeMeshResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeMeshResult() |
Modifier and Type | Method and Description |
---|---|
DescribeMeshResult |
clone() |
boolean |
equals(Object obj) |
MeshData |
getMesh()
The full description of your service mesh.
|
int |
hashCode() |
void |
setMesh(MeshData mesh)
The full description of your service mesh.
|
String |
toString()
Returns a string representation of this object.
|
DescribeMeshResult |
withMesh(MeshData mesh)
The full description of your service mesh.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setMesh(MeshData mesh)
The full description of your service mesh.
mesh
- The full description of your service mesh.public MeshData getMesh()
The full description of your service mesh.
public DescribeMeshResult withMesh(MeshData mesh)
The full description of your service mesh.
mesh
- The full description of your service mesh.public String toString()
toString
in class Object
Object.toString()
public DescribeMeshResult clone()