@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class JobManifest extends Object implements Serializable, Cloneable
Contains the configuration information for a job's manifest.
Constructor and Description |
---|
JobManifest() |
Modifier and Type | Method and Description |
---|---|
JobManifest |
clone() |
boolean |
equals(Object obj) |
JobManifestLocation |
getLocation()
Contains the information required to locate the specified job's manifest.
|
JobManifestSpec |
getSpec()
Describes the format of the specified job's manifest.
|
int |
hashCode() |
void |
setLocation(JobManifestLocation location)
Contains the information required to locate the specified job's manifest.
|
void |
setSpec(JobManifestSpec spec)
Describes the format of the specified job's manifest.
|
String |
toString()
Returns a string representation of this object.
|
JobManifest |
withLocation(JobManifestLocation location)
Contains the information required to locate the specified job's manifest.
|
JobManifest |
withSpec(JobManifestSpec spec)
Describes the format of the specified job's manifest.
|
public void setSpec(JobManifestSpec spec)
Describes the format of the specified job's manifest. If the manifest is in CSV format, also describes the columns contained within the manifest.
spec
- Describes the format of the specified job's manifest. If the manifest is in CSV format, also describes the
columns contained within the manifest.public JobManifestSpec getSpec()
Describes the format of the specified job's manifest. If the manifest is in CSV format, also describes the columns contained within the manifest.
public JobManifest withSpec(JobManifestSpec spec)
Describes the format of the specified job's manifest. If the manifest is in CSV format, also describes the columns contained within the manifest.
spec
- Describes the format of the specified job's manifest. If the manifest is in CSV format, also describes the
columns contained within the manifest.public void setLocation(JobManifestLocation location)
Contains the information required to locate the specified job's manifest.
location
- Contains the information required to locate the specified job's manifest.public JobManifestLocation getLocation()
Contains the information required to locate the specified job's manifest.
public JobManifest withLocation(JobManifestLocation location)
Contains the information required to locate the specified job's manifest.
location
- Contains the information required to locate the specified job's manifest.public String toString()
toString
in class Object
Object.toString()
public JobManifest clone()