@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MeshRef extends Object implements Serializable, Cloneable, StructuredPojo
An object that represents a service mesh returned by a list operation.
Constructor and Description |
---|
MeshRef() |
Modifier and Type | Method and Description |
---|---|
MeshRef |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The full Amazon Resource Name (ARN) of the service mesh.
|
String |
getMeshName()
The name of the service mesh.
|
String |
getMeshOwner()
The AWS IAM account ID of the service mesh owner.
|
String |
getResourceOwner()
The AWS IAM account ID of the resource owner.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setArn(String arn)
The full Amazon Resource Name (ARN) of the service mesh.
|
void |
setMeshName(String meshName)
The name of the service mesh.
|
void |
setMeshOwner(String meshOwner)
The AWS IAM account ID of the service mesh owner.
|
void |
setResourceOwner(String resourceOwner)
The AWS IAM account ID of the resource owner.
|
String |
toString()
Returns a string representation of this object.
|
MeshRef |
withArn(String arn)
The full Amazon Resource Name (ARN) of the service mesh.
|
MeshRef |
withMeshName(String meshName)
The name of the service mesh.
|
MeshRef |
withMeshOwner(String meshOwner)
The AWS IAM account ID of the service mesh owner.
|
MeshRef |
withResourceOwner(String resourceOwner)
The AWS IAM account ID of the resource owner.
|
public void setArn(String arn)
The full Amazon Resource Name (ARN) of the service mesh.
arn
- The full Amazon Resource Name (ARN) of the service mesh.public String getArn()
The full Amazon Resource Name (ARN) of the service mesh.
public MeshRef withArn(String arn)
The full Amazon Resource Name (ARN) of the service mesh.
arn
- The full Amazon Resource Name (ARN) 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 MeshRef withMeshName(String meshName)
The name of the service mesh.
meshName
- The name of the service mesh.public void setMeshOwner(String meshOwner)
The AWS IAM account ID of the service mesh owner. If the account ID is not your own, then it's the ID of the account that shared the mesh with your account. For more information about mesh sharing, see Working with Shared Meshes.
meshOwner
- The AWS IAM account ID of the service mesh owner. If the account ID is not your own, then it's the ID of
the account that shared the mesh with your account. For more information about mesh sharing, see Working with Shared Meshes.public String getMeshOwner()
The AWS IAM account ID of the service mesh owner. If the account ID is not your own, then it's the ID of the account that shared the mesh with your account. For more information about mesh sharing, see Working with Shared Meshes.
public MeshRef withMeshOwner(String meshOwner)
The AWS IAM account ID of the service mesh owner. If the account ID is not your own, then it's the ID of the account that shared the mesh with your account. For more information about mesh sharing, see Working with Shared Meshes.
meshOwner
- The AWS IAM account ID of the service mesh owner. If the account ID is not your own, then it's the ID of
the account that shared the mesh with your account. For more information about mesh sharing, see Working with Shared Meshes.public void setResourceOwner(String resourceOwner)
The AWS IAM account ID of the resource owner. If the account ID is not your own, then it's the ID of the mesh owner, or another account that the mesh is shared with. For more information about mesh sharing, see Working with Shared Meshes.
resourceOwner
- The AWS IAM account ID of the resource owner. If the account ID is not your own, then it's the ID of the
mesh owner, or another account that the mesh is shared with. For more information about mesh sharing, see
Working with Shared
Meshes.public String getResourceOwner()
The AWS IAM account ID of the resource owner. If the account ID is not your own, then it's the ID of the mesh owner, or another account that the mesh is shared with. For more information about mesh sharing, see Working with Shared Meshes.
public MeshRef withResourceOwner(String resourceOwner)
The AWS IAM account ID of the resource owner. If the account ID is not your own, then it's the ID of the mesh owner, or another account that the mesh is shared with. For more information about mesh sharing, see Working with Shared Meshes.
resourceOwner
- The AWS IAM account ID of the resource owner. If the account ID is not your own, then it's the ID of the
mesh owner, or another account that the mesh is shared with. For more information about mesh sharing, see
Working with Shared
Meshes.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.