public class GetJobManifestResult extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
GetJobManifestResult() |
| Modifier and Type | Method and Description |
|---|---|
GetJobManifestResult |
clone() |
boolean |
equals(Object obj) |
String |
getManifestURI()
The Amazon S3 presigned URL for the manifest file associated with the
specified
JobId value. |
int |
hashCode() |
void |
setManifestURI(String manifestURI)
The Amazon S3 presigned URL for the manifest file associated with the
specified
JobId value. |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetJobManifestResult |
withManifestURI(String manifestURI)
The Amazon S3 presigned URL for the manifest file associated with the
specified
JobId value. |
public void setManifestURI(String manifestURI)
The Amazon S3 presigned URL for the manifest file associated with the
specified JobId value.
manifestURI - The Amazon S3 presigned URL for the manifest file associated with
the specified JobId value.public String getManifestURI()
The Amazon S3 presigned URL for the manifest file associated with the
specified JobId value.
JobId value.public GetJobManifestResult withManifestURI(String manifestURI)
The Amazon S3 presigned URL for the manifest file associated with the
specified JobId value.
manifestURI - The Amazon S3 presigned URL for the manifest file associated with
the specified JobId value.public String toString()
toString in class ObjectObject.toString()public GetJobManifestResult clone()
Copyright © 2016. All rights reserved.