@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class S3GeneratedManifestDescriptor extends Object implements Serializable, Cloneable
Describes the specified job's generated manifest. Batch Operations jobs created with a ManifestGenerator populate details of this descriptor after execution of the ManifestGenerator.
Constructor and Description |
---|
S3GeneratedManifestDescriptor() |
Modifier and Type | Method and Description |
---|---|
S3GeneratedManifestDescriptor |
clone() |
boolean |
equals(Object obj) |
String |
getFormat()
The format of the generated manifest.
|
JobManifestLocation |
getLocation() |
int |
hashCode() |
void |
setFormat(String format)
The format of the generated manifest.
|
void |
setLocation(JobManifestLocation location) |
String |
toString()
Returns a string representation of this object.
|
S3GeneratedManifestDescriptor |
withFormat(GeneratedManifestFormat format)
The format of the generated manifest.
|
S3GeneratedManifestDescriptor |
withFormat(String format)
The format of the generated manifest.
|
S3GeneratedManifestDescriptor |
withLocation(JobManifestLocation location) |
public void setFormat(String format)
The format of the generated manifest.
format
- The format of the generated manifest.GeneratedManifestFormat
public String getFormat()
The format of the generated manifest.
GeneratedManifestFormat
public S3GeneratedManifestDescriptor withFormat(String format)
The format of the generated manifest.
format
- The format of the generated manifest.GeneratedManifestFormat
public S3GeneratedManifestDescriptor withFormat(GeneratedManifestFormat format)
The format of the generated manifest.
format
- The format of the generated manifest.GeneratedManifestFormat
public void setLocation(JobManifestLocation location)
location
- public JobManifestLocation getLocation()
public S3GeneratedManifestDescriptor withLocation(JobManifestLocation location)
location
- public String toString()
toString
in class Object
Object.toString()
public S3GeneratedManifestDescriptor clone()