@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class JobManifestLocation extends Object implements Serializable, Cloneable
Contains the information required to locate a manifest object.
| Constructor and Description |
|---|
JobManifestLocation() |
| Modifier and Type | Method and Description |
|---|---|
JobManifestLocation |
clone() |
boolean |
equals(Object obj) |
String |
getETag()
The ETag for the specified manifest object.
|
String |
getObjectArn()
The Amazon Resource Name (ARN) for a manifest object.
|
String |
getObjectVersionId()
The optional version ID to identify a specific version of the manifest object.
|
int |
hashCode() |
void |
setETag(String eTag)
The ETag for the specified manifest object.
|
void |
setObjectArn(String objectArn)
The Amazon Resource Name (ARN) for a manifest object.
|
void |
setObjectVersionId(String objectVersionId)
The optional version ID to identify a specific version of the manifest object.
|
String |
toString()
Returns a string representation of this object.
|
JobManifestLocation |
withETag(String eTag)
The ETag for the specified manifest object.
|
JobManifestLocation |
withObjectArn(String objectArn)
The Amazon Resource Name (ARN) for a manifest object.
|
JobManifestLocation |
withObjectVersionId(String objectVersionId)
The optional version ID to identify a specific version of the manifest object.
|
public void setObjectArn(String objectArn)
The Amazon Resource Name (ARN) for a manifest object.
objectArn - The Amazon Resource Name (ARN) for a manifest object.public String getObjectArn()
The Amazon Resource Name (ARN) for a manifest object.
public JobManifestLocation withObjectArn(String objectArn)
The Amazon Resource Name (ARN) for a manifest object.
objectArn - The Amazon Resource Name (ARN) for a manifest object.public void setObjectVersionId(String objectVersionId)
The optional version ID to identify a specific version of the manifest object.
objectVersionId - The optional version ID to identify a specific version of the manifest object.public String getObjectVersionId()
The optional version ID to identify a specific version of the manifest object.
public JobManifestLocation withObjectVersionId(String objectVersionId)
The optional version ID to identify a specific version of the manifest object.
objectVersionId - The optional version ID to identify a specific version of the manifest object.public void setETag(String eTag)
The ETag for the specified manifest object.
eTag - The ETag for the specified manifest object.public String getETag()
The ETag for the specified manifest object.
public JobManifestLocation withETag(String eTag)
The ETag for the specified manifest object.
eTag - The ETag for the specified manifest object.public String toString()
toString in class ObjectObject.toString()public JobManifestLocation clone()
Copyright © 2020. All rights reserved.