@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VirtualServiceRef extends Object implements Serializable, Cloneable, StructuredPojo
An object representing 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.
|
String |
getMeshName()
The name of the service mesh that the virtual service resides in.
|
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 |
setMeshName(String meshName)
The name of the service mesh that the virtual service resides in.
|
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 |
withMeshName(String meshName)
The name of the service mesh that the virtual service resides in.
|
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 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 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.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.