@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InputDestination extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
InputDestination() |
| Modifier and Type | Method and Description |
|---|---|
InputDestination |
clone() |
boolean |
equals(Object obj) |
String |
getIp()
The system-generated static IP address of endpoint.
|
String |
getPort()
The port number for the input.
|
String |
getUrl()
This represents the endpoint that the customer stream will be pushed to.
|
InputDestinationVpc |
getVpc() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setIp(String ip)
The system-generated static IP address of endpoint.
|
void |
setPort(String port)
The port number for the input.
|
void |
setUrl(String url)
This represents the endpoint that the customer stream will be pushed to.
|
void |
setVpc(InputDestinationVpc vpc) |
String |
toString()
Returns a string representation of this object.
|
InputDestination |
withIp(String ip)
The system-generated static IP address of endpoint.
|
InputDestination |
withPort(String port)
The port number for the input.
|
InputDestination |
withUrl(String url)
This represents the endpoint that the customer stream will be pushed to.
|
InputDestination |
withVpc(InputDestinationVpc vpc) |
public void setIp(String ip)
ip - The system-generated static IP address of endpoint. It remains fixed for the lifetime of the input.public String getIp()
public InputDestination withIp(String ip)
ip - The system-generated static IP address of endpoint. It remains fixed for the lifetime of the input.public void setPort(String port)
port - The port number for the input.public String getPort()
public InputDestination withPort(String port)
port - The port number for the input.public void setUrl(String url)
url - This represents the endpoint that the customer stream will be pushed to.public String getUrl()
public InputDestination withUrl(String url)
url - This represents the endpoint that the customer stream will be pushed to.public void setVpc(InputDestinationVpc vpc)
vpc - public InputDestinationVpc getVpc()
public InputDestination withVpc(InputDestinationVpc vpc)
vpc - public String toString()
toString in class ObjectObject.toString()public InputDestination clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.