@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetReadSetResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetReadSetResult() |
Modifier and Type | Method and Description |
---|---|
GetReadSetResult |
clone() |
boolean |
equals(Object obj) |
InputStream |
getPayload()
The read set file payload.
|
int |
hashCode() |
void |
setPayload(InputStream payload)
The read set file payload.
|
String |
toString()
Returns a string representation of this object.
|
GetReadSetResult |
withPayload(InputStream payload)
The read set file payload.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setPayload(InputStream payload)
The read set file payload.
payload
- The read set file payload.public InputStream getPayload()
The read set file payload.
public GetReadSetResult withPayload(InputStream payload)
The read set file payload.
payload
- The read set file payload.public String toString()
toString
in class Object
Object.toString()
public GetReadSetResult clone()