@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OutputLocation extends Object implements Serializable, Cloneable, StructuredPojo
The output location.
| Constructor and Description |
|---|
OutputLocation() |
| Modifier and Type | Method and Description |
|---|---|
OutputLocation |
clone() |
boolean |
equals(Object obj) |
String |
getS3Bucket()
The S3 bucket for output.
|
String |
getS3Prefix()
The S3 folder in the
s3Bucket where output files will be placed. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setS3Bucket(String s3Bucket)
The S3 bucket for output.
|
void |
setS3Prefix(String s3Prefix)
The S3 folder in the
s3Bucket where output files will be placed. |
String |
toString()
Returns a string representation of this object.
|
OutputLocation |
withS3Bucket(String s3Bucket)
The S3 bucket for output.
|
OutputLocation |
withS3Prefix(String s3Prefix)
The S3 folder in the
s3Bucket where output files will be placed. |
public void setS3Bucket(String s3Bucket)
The S3 bucket for output.
s3Bucket - The S3 bucket for output.public String getS3Bucket()
The S3 bucket for output.
public OutputLocation withS3Bucket(String s3Bucket)
The S3 bucket for output.
s3Bucket - The S3 bucket for output.public void setS3Prefix(String s3Prefix)
The S3 folder in the s3Bucket where output files will be placed.
s3Prefix - The S3 folder in the s3Bucket where output files will be placed.public String getS3Prefix()
The S3 folder in the s3Bucket where output files will be placed.
s3Bucket where output files will be placed.public OutputLocation withS3Prefix(String s3Prefix)
The S3 folder in the s3Bucket where output files will be placed.
s3Prefix - The S3 folder in the s3Bucket where output files will be placed.public String toString()
toString in class ObjectObject.toString()public OutputLocation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.