@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VirtualServiceRef extends Object implements Serializable, Cloneable, StructuredPojo
An object that represents a virtual service returned by a list operation.
Constructor and Description |
---|
VirtualServiceRef() |
Modifier and Type | Method and Description |
---|---|
VirtualServiceRef |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The full Amazon Resource Name (ARN) for the virtual service.
|
Date |
getCreatedAt()
The Unix epoch timestamp in seconds for when the resource was created.
|
Date |
getLastUpdatedAt()
The Unix epoch timestamp in seconds for when the resource was last updated.
|
String |
getMeshName()
The name of the service mesh that the virtual service 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()
The version of the resource.
|
String |
getVirtualServiceName()
The name of the virtual service.
|
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 service.
|
void |
setCreatedAt(Date createdAt)
The Unix epoch timestamp in seconds for when the resource was created.
|
void |
setLastUpdatedAt(Date lastUpdatedAt)
The Unix epoch timestamp in seconds for when the resource was last updated.
|
void |
setMeshName(String meshName)
The name of the service mesh that the virtual service 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)
The version of the resource.
|
void |
setVirtualServiceName(String virtualServiceName)
The name of the virtual service.
|
String |
toString()
Returns a string representation of this object.
|
VirtualServiceRef |
withArn(String arn)
The full Amazon Resource Name (ARN) for the virtual service.
|
VirtualServiceRef |
withCreatedAt(Date createdAt)
The Unix epoch timestamp in seconds for when the resource was created.
|
VirtualServiceRef |
withLastUpdatedAt(Date lastUpdatedAt)
The Unix epoch timestamp in seconds for when the resource was last updated.
|
VirtualServiceRef |
withMeshName(String meshName)
The name of the service mesh that the virtual service resides in.
|
VirtualServiceRef |
withMeshOwner(String meshOwner)
The AWS IAM account ID of the service mesh owner.
|
VirtualServiceRef |
withResourceOwner(String resourceOwner)
The AWS IAM account ID of the resource owner.
|
VirtualServiceRef |
withVersion(Long version)
The version of the resource.
|
VirtualServiceRef |
withVirtualServiceName(String virtualServiceName)
The name of the virtual service.
|
public void setArn(String arn)
The full Amazon Resource Name (ARN) for the virtual service.
arn
- The full Amazon Resource Name (ARN) for the virtual service.public String getArn()
The full Amazon Resource Name (ARN) for the virtual service.
public VirtualServiceRef withArn(String arn)
The full Amazon Resource Name (ARN) for the virtual service.
arn
- The full Amazon Resource Name (ARN) for the virtual service.public void setCreatedAt(Date createdAt)
The Unix epoch timestamp in seconds for when the resource was created.
createdAt
- The Unix epoch timestamp in seconds for when the resource was created.public Date getCreatedAt()
The Unix epoch timestamp in seconds for when the resource was created.
public VirtualServiceRef withCreatedAt(Date createdAt)
The Unix epoch timestamp in seconds for when the resource was created.
createdAt
- The Unix epoch timestamp in seconds for when the resource was created.public void setLastUpdatedAt(Date lastUpdatedAt)
The Unix epoch timestamp in seconds for when the resource was last updated.
lastUpdatedAt
- The Unix epoch timestamp in seconds for when the resource was last updated.public Date getLastUpdatedAt()
The Unix epoch timestamp in seconds for when the resource was last updated.
public VirtualServiceRef withLastUpdatedAt(Date lastUpdatedAt)
The Unix epoch timestamp in seconds for when the resource was last updated.
lastUpdatedAt
- The Unix epoch timestamp in seconds for when the resource was last updated.public void setMeshName(String meshName)
The name of the service mesh that the virtual service resides in.
meshName
- The name of the service mesh that the virtual service resides in.public String getMeshName()
The name of the service mesh that the virtual service resides in.
public VirtualServiceRef withMeshName(String meshName)
The name of the service mesh that the virtual service resides in.
meshName
- The name of the service mesh that the virtual service 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 VirtualServiceRef 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 VirtualServiceRef 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)
The version of the resource. Resources are created at version 1, and this version is incremented each time that they're updated.
version
- The version of the resource. Resources are created at version 1, and this version is incremented each time
that they're updated.public Long getVersion()
The version of the resource. Resources are created at version 1, and this version is incremented each time that they're updated.
public VirtualServiceRef withVersion(Long version)
The version of the resource. Resources are created at version 1, and this version is incremented each time that they're updated.
version
- The version of the resource. Resources are created at version 1, and this version is incremented each time
that they're updated.public void setVirtualServiceName(String virtualServiceName)
The name of the virtual service.
virtualServiceName
- The name of the virtual service.public String getVirtualServiceName()
The name of the virtual service.
public VirtualServiceRef withVirtualServiceName(String virtualServiceName)
The name of the virtual service.
virtualServiceName
- The name of the virtual service.public String toString()
toString
in class Object
Object.toString()
public VirtualServiceRef clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.