@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class JobAttachmentSettings extends Object implements Serializable, Cloneable, StructuredPojo
The job attachment settings. These are the Amazon S3 bucket name and the Amazon S3 prefix.
| Constructor and Description |
|---|
JobAttachmentSettings() |
| Modifier and Type | Method and Description |
|---|---|
JobAttachmentSettings |
clone() |
boolean |
equals(Object obj) |
String |
getRootPrefix()
The root prefix.
|
String |
getS3BucketName()
The Amazon S3 bucket name.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setRootPrefix(String rootPrefix)
The root prefix.
|
void |
setS3BucketName(String s3BucketName)
The Amazon S3 bucket name.
|
String |
toString()
Returns a string representation of this object.
|
JobAttachmentSettings |
withRootPrefix(String rootPrefix)
The root prefix.
|
JobAttachmentSettings |
withS3BucketName(String s3BucketName)
The Amazon S3 bucket name.
|
public void setRootPrefix(String rootPrefix)
The root prefix.
rootPrefix - The root prefix.public String getRootPrefix()
The root prefix.
public JobAttachmentSettings withRootPrefix(String rootPrefix)
The root prefix.
rootPrefix - The root prefix.public void setS3BucketName(String s3BucketName)
The Amazon S3 bucket name.
s3BucketName - The Amazon S3 bucket name.public String getS3BucketName()
The Amazon S3 bucket name.
public JobAttachmentSettings withS3BucketName(String s3BucketName)
The Amazon S3 bucket name.
s3BucketName - The Amazon S3 bucket name.public String toString()
toString in class ObjectObject.toString()public JobAttachmentSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.