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