public class GetDataEndpointResult
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
GetDataEndpointResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getDataEndpoint()
The endpoint value.
|
int |
hashCode() |
void |
setDataEndpoint(java.lang.String dataEndpoint)
The endpoint value.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetDataEndpointResult |
withDataEndpoint(java.lang.String dataEndpoint)
The endpoint value.
|
public java.lang.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(java.lang.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(java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.