@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Attachments extends Object implements Serializable, Cloneable, StructuredPojo
The attachments for jobs.
| Constructor and Description |
|---|
Attachments() |
| Modifier and Type | Method and Description |
|---|---|
Attachments |
clone() |
boolean |
equals(Object obj) |
String |
getFileSystem()
The file system.
|
List<ManifestProperties> |
getManifests()
A list of manifests which describe job attachment configurations.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setFileSystem(String fileSystem)
The file system.
|
void |
setManifests(Collection<ManifestProperties> manifests)
A list of manifests which describe job attachment configurations.
|
String |
toString()
Returns a string representation of this object.
|
Attachments |
withFileSystem(JobAttachmentsFileSystem fileSystem)
The file system.
|
Attachments |
withFileSystem(String fileSystem)
The file system.
|
Attachments |
withManifests(Collection<ManifestProperties> manifests)
A list of manifests which describe job attachment configurations.
|
Attachments |
withManifests(ManifestProperties... manifests)
A list of manifests which describe job attachment configurations.
|
public void setFileSystem(String fileSystem)
The file system.
fileSystem - The file system.JobAttachmentsFileSystempublic String getFileSystem()
The file system.
JobAttachmentsFileSystempublic Attachments withFileSystem(String fileSystem)
The file system.
fileSystem - The file system.JobAttachmentsFileSystempublic Attachments withFileSystem(JobAttachmentsFileSystem fileSystem)
The file system.
fileSystem - The file system.JobAttachmentsFileSystempublic List<ManifestProperties> getManifests()
A list of manifests which describe job attachment configurations.
public void setManifests(Collection<ManifestProperties> manifests)
A list of manifests which describe job attachment configurations.
manifests - A list of manifests which describe job attachment configurations.public Attachments withManifests(ManifestProperties... manifests)
A list of manifests which describe job attachment configurations.
NOTE: This method appends the values to the existing list (if any). Use
setManifests(java.util.Collection) or withManifests(java.util.Collection) if you want to
override the existing values.
manifests - A list of manifests which describe job attachment configurations.public Attachments withManifests(Collection<ManifestProperties> manifests)
A list of manifests which describe job attachment configurations.
manifests - A list of manifests which describe job attachment configurations.public String toString()
toString in class ObjectObject.toString()public Attachments clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.