@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ChannelEgressEndpoint extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
ChannelEgressEndpoint() |
| Modifier and Type | Method and Description |
|---|---|
ChannelEgressEndpoint |
clone() |
boolean |
equals(Object obj) |
String |
getSourceIp()
Public IP of where a channel's output comes from
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setSourceIp(String sourceIp)
Public IP of where a channel's output comes from
|
String |
toString()
Returns a string representation of this object.
|
ChannelEgressEndpoint |
withSourceIp(String sourceIp)
Public IP of where a channel's output comes from
|
public void setSourceIp(String sourceIp)
sourceIp - Public IP of where a channel's output comes frompublic String getSourceIp()
public ChannelEgressEndpoint withSourceIp(String sourceIp)
sourceIp - Public IP of where a channel's output comes frompublic String toString()
toString in class ObjectObject.toString()public ChannelEgressEndpoint clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.