@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VirtualRouterRef extends Object implements Serializable, Cloneable, StructuredPojo
An object that represents a virtual router returned by a list operation.
Constructor and Description |
---|
VirtualRouterRef() |
Modifier and Type | Method and Description |
---|---|
VirtualRouterRef |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The full Amazon Resource Name (ARN) for the virtual router.
|
Date |
getCreatedAt() |
Date |
getLastUpdatedAt() |
String |
getMeshName()
The name of the service mesh that the virtual router resides in.
|
String |
getMeshOwner()
The AWS IAM account ID of the service mesh owner.
|
String |
getResourceOwner()
The AWS IAM account ID of the resource owner.
|
Long |
getVersion() |
String |
getVirtualRouterName()
The name of the virtual router.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setArn(String arn)
The full Amazon Resource Name (ARN) for the virtual router.
|
void |
setCreatedAt(Date createdAt) |
void |
setLastUpdatedAt(Date lastUpdatedAt) |
void |
setMeshName(String meshName)
The name of the service mesh that the virtual router resides in.
|
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.
|
void |
setVersion(Long version) |
void |
setVirtualRouterName(String virtualRouterName)
The name of the virtual router.
|
String |
toString()
Returns a string representation of this object.
|
VirtualRouterRef |
withArn(String arn)
The full Amazon Resource Name (ARN) for the virtual router.
|
VirtualRouterRef |
withCreatedAt(Date createdAt) |
VirtualRouterRef |
withLastUpdatedAt(Date lastUpdatedAt) |
VirtualRouterRef |
withMeshName(String meshName)
The name of the service mesh that the virtual router resides in.
|
VirtualRouterRef |
withMeshOwner(String meshOwner)
The AWS IAM account ID of the service mesh owner.
|
VirtualRouterRef |
withResourceOwner(String resourceOwner)
The AWS IAM account ID of the resource owner.
|
VirtualRouterRef |
withVersion(Long version) |
VirtualRouterRef |
withVirtualRouterName(String virtualRouterName)
The name of the virtual router.
|
public void setArn(String arn)
The full Amazon Resource Name (ARN) for the virtual router.
arn
- The full Amazon Resource Name (ARN) for the virtual router.public String getArn()
The full Amazon Resource Name (ARN) for the virtual router.
public VirtualRouterRef withArn(String arn)
The full Amazon Resource Name (ARN) for the virtual router.
arn
- The full Amazon Resource Name (ARN) for the virtual router.public void setCreatedAt(Date createdAt)
createdAt
- public Date getCreatedAt()
public VirtualRouterRef withCreatedAt(Date createdAt)
createdAt
- public void setLastUpdatedAt(Date lastUpdatedAt)
lastUpdatedAt
- public Date getLastUpdatedAt()
public VirtualRouterRef withLastUpdatedAt(Date lastUpdatedAt)
lastUpdatedAt
- public void setMeshName(String meshName)
The name of the service mesh that the virtual router resides in.
meshName
- The name of the service mesh that the virtual router resides in.public String getMeshName()
The name of the service mesh that the virtual router resides in.
public VirtualRouterRef withMeshName(String meshName)
The name of the service mesh that the virtual router resides in.
meshName
- The name of the service mesh that the virtual router resides in.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 VirtualRouterRef 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 of 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 of 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 of another account that the mesh is shared with. For more information about mesh sharing, see Working with Shared Meshes.
public VirtualRouterRef 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 of 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 of another account that the mesh is shared with. For more information about mesh sharing,
see Working with Shared
Meshes.public void setVersion(Long version)
version
- public Long getVersion()
public VirtualRouterRef withVersion(Long version)
version
- public void setVirtualRouterName(String virtualRouterName)
The name of the virtual router.
virtualRouterName
- The name of the virtual router.public String getVirtualRouterName()
The name of the virtual router.
public VirtualRouterRef withVirtualRouterName(String virtualRouterName)
The name of the virtual router.
virtualRouterName
- The name of the virtual router.public String toString()
toString
in class Object
Object.toString()
public VirtualRouterRef clone()
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.