@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MeshSpec extends Object implements Serializable, Cloneable, StructuredPojo
An object representing the specification of a service mesh.
| Constructor and Description |
|---|
MeshSpec() |
| Modifier and Type | Method and Description |
|---|---|
MeshSpec |
clone() |
boolean |
equals(Object obj) |
EgressFilter |
getEgressFilter()
The egress filter rules for the service mesh.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setEgressFilter(EgressFilter egressFilter)
The egress filter rules for the service mesh.
|
String |
toString()
Returns a string representation of this object.
|
MeshSpec |
withEgressFilter(EgressFilter egressFilter)
The egress filter rules for the service mesh.
|
public void setEgressFilter(EgressFilter egressFilter)
The egress filter rules for the service mesh.
egressFilter - The egress filter rules for the service mesh.public EgressFilter getEgressFilter()
The egress filter rules for the service mesh.
public MeshSpec withEgressFilter(EgressFilter egressFilter)
The egress filter rules for the service mesh.
egressFilter - The egress filter rules for the service mesh.public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.