@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MeshSpec extends Object implements Serializable, Cloneable, StructuredPojo
An object that represents 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 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.