@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.
|
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.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
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.
|
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 String toString()
toString
in class Object
Object.toString()
public InputDestination clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.