@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetDataEndpointResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetDataEndpointResult() |
| Modifier and Type | Method and Description |
|---|---|
GetDataEndpointResult |
clone() |
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.
|
GetDataEndpointResult |
withDataEndpoint(String dataEndpoint)
The endpoint value.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic 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 String getDataEndpoint()
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.
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()public GetDataEndpointResult clone()