@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetWorkUnitResultsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
A structure for the output.
Constructor and Description |
---|
GetWorkUnitResultsResult() |
Modifier and Type | Method and Description |
---|---|
GetWorkUnitResultsResult |
clone() |
boolean |
equals(Object obj) |
InputStream |
getResultStream()
Rows returned from the
GetWorkUnitResults operation as a stream of Apache Arrow v1.0 messages. |
int |
hashCode() |
void |
setResultStream(InputStream resultStream)
Rows returned from the
GetWorkUnitResults operation as a stream of Apache Arrow v1.0 messages. |
String |
toString()
Returns a string representation of this object.
|
GetWorkUnitResultsResult |
withResultStream(InputStream resultStream)
Rows returned from the
GetWorkUnitResults operation as a stream of Apache Arrow v1.0 messages. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setResultStream(InputStream resultStream)
Rows returned from the GetWorkUnitResults
operation as a stream of Apache Arrow v1.0 messages.
resultStream
- Rows returned from the GetWorkUnitResults
operation as a stream of Apache Arrow v1.0
messages.public InputStream getResultStream()
Rows returned from the GetWorkUnitResults
operation as a stream of Apache Arrow v1.0 messages.
GetWorkUnitResults
operation as a stream of Apache Arrow v1.0
messages.public GetWorkUnitResultsResult withResultStream(InputStream resultStream)
Rows returned from the GetWorkUnitResults
operation as a stream of Apache Arrow v1.0 messages.
resultStream
- Rows returned from the GetWorkUnitResults
operation as a stream of Apache Arrow v1.0
messages.public String toString()
toString
in class Object
Object.toString()
public GetWorkUnitResultsResult clone()