@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DataflowEndpointConfig extends Object implements Serializable, Cloneable, StructuredPojo
Information about the dataflow endpoint Config
.
Constructor and Description |
---|
DataflowEndpointConfig() |
Modifier and Type | Method and Description |
---|---|
DataflowEndpointConfig |
clone() |
boolean |
equals(Object obj) |
String |
getDataflowEndpointName()
Name of a dataflow endpoint.
|
String |
getDataflowEndpointRegion()
Region of a dataflow endpoint.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDataflowEndpointName(String dataflowEndpointName)
Name of a dataflow endpoint.
|
void |
setDataflowEndpointRegion(String dataflowEndpointRegion)
Region of a dataflow endpoint.
|
String |
toString()
Returns a string representation of this object.
|
DataflowEndpointConfig |
withDataflowEndpointName(String dataflowEndpointName)
Name of a dataflow endpoint.
|
DataflowEndpointConfig |
withDataflowEndpointRegion(String dataflowEndpointRegion)
Region of a dataflow endpoint.
|
public void setDataflowEndpointName(String dataflowEndpointName)
Name of a dataflow endpoint.
dataflowEndpointName
- Name of a dataflow endpoint.public String getDataflowEndpointName()
Name of a dataflow endpoint.
public DataflowEndpointConfig withDataflowEndpointName(String dataflowEndpointName)
Name of a dataflow endpoint.
dataflowEndpointName
- Name of a dataflow endpoint.public void setDataflowEndpointRegion(String dataflowEndpointRegion)
Region of a dataflow endpoint.
dataflowEndpointRegion
- Region of a dataflow endpoint.public String getDataflowEndpointRegion()
Region of a dataflow endpoint.
public DataflowEndpointConfig withDataflowEndpointRegion(String dataflowEndpointRegion)
Region of a dataflow endpoint.
dataflowEndpointRegion
- Region of a dataflow endpoint.public String toString()
toString
in class Object
Object.toString()
public DataflowEndpointConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.