@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetJobManifestResult extends AmazonWebServiceResult<ResponseMetadata> 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. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 Object
Object.toString()
public GetJobManifestResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.