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