@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PipelineDestination extends Object implements Serializable, Cloneable, StructuredPojo
An object representing the destination of a pipeline.
Constructor and Description |
---|
PipelineDestination() |
Modifier and Type | Method and Description |
---|---|
PipelineDestination |
clone() |
boolean |
equals(Object obj) |
String |
getEndpoint()
The endpoint receiving data from the pipeline.
|
String |
getServiceName()
The name of the service receiving data from the pipeline.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setEndpoint(String endpoint)
The endpoint receiving data from the pipeline.
|
void |
setServiceName(String serviceName)
The name of the service receiving data from the pipeline.
|
String |
toString()
Returns a string representation of this object.
|
PipelineDestination |
withEndpoint(String endpoint)
The endpoint receiving data from the pipeline.
|
PipelineDestination |
withServiceName(String serviceName)
The name of the service receiving data from the pipeline.
|
public void setServiceName(String serviceName)
The name of the service receiving data from the pipeline.
serviceName
- The name of the service receiving data from the pipeline.public String getServiceName()
The name of the service receiving data from the pipeline.
public PipelineDestination withServiceName(String serviceName)
The name of the service receiving data from the pipeline.
serviceName
- The name of the service receiving data from the pipeline.public void setEndpoint(String endpoint)
The endpoint receiving data from the pipeline.
endpoint
- The endpoint receiving data from the pipeline.public String getEndpoint()
The endpoint receiving data from the pipeline.
public PipelineDestination withEndpoint(String endpoint)
The endpoint receiving data from the pipeline.
endpoint
- The endpoint receiving data from the pipeline.public String toString()
toString
in class Object
Object.toString()
public PipelineDestination clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.