public class GetDataEndpointResult extends Object implements Serializable
| Constructor and Description |
|---|
GetDataEndpointResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDataEndpoint()
The endpoint value.
|
int |
hashCode() |
void |
setDataEndpoint(String dataEndpoint)
The endpoint value.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetDataEndpointResult |
withDataEndpoint(String dataEndpoint)
The endpoint value.
|
public String getDataEndpoint()
The endpoint value. To read data from the stream or to write data to it, specify this endpoint in your application.
The endpoint value. To read data from the stream or to write data to it, specify this endpoint in your application.
public void setDataEndpoint(String dataEndpoint)
The endpoint value. To read data from the stream or to write data to it, specify this endpoint in your application.
dataEndpoint - The endpoint value. To read data from the stream or to write data to it, specify this endpoint in your application.
public GetDataEndpointResult withDataEndpoint(String dataEndpoint)
The endpoint value. To read data from the stream or to write data to it, specify this endpoint in your application.
Returns a reference to this object so that method calls can be chained together.
dataEndpoint - The endpoint value. To read data from the stream or to write data to it, specify this endpoint in your application.
public String toString()
toString in class ObjectObject.toString()Copyright © 2019. All rights reserved.