@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 Object
Object.toString()
public ChannelEgressEndpoint clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.