@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OutputFileUriValue extends Object implements Serializable, Cloneable, StructuredPojo
The URI of the location where data set contents are stored, usually the URI of a file in an S3 bucket.
| Constructor and Description |
|---|
OutputFileUriValue() |
| Modifier and Type | Method and Description |
|---|---|
OutputFileUriValue |
clone() |
boolean |
equals(Object obj) |
String |
getFileName()
The URI of the location where data set contents are stored, usually the URI of a file in an S3 bucket.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setFileName(String fileName)
The URI of the location where data set contents are stored, usually the URI of a file in an S3 bucket.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
OutputFileUriValue |
withFileName(String fileName)
The URI of the location where data set contents are stored, usually the URI of a file in an S3 bucket.
|
public void setFileName(String fileName)
The URI of the location where data set contents are stored, usually the URI of a file in an S3 bucket.
fileName - The URI of the location where data set contents are stored, usually the URI of a file in an S3 bucket.public String getFileName()
The URI of the location where data set contents are stored, usually the URI of a file in an S3 bucket.
public OutputFileUriValue withFileName(String fileName)
The URI of the location where data set contents are stored, usually the URI of a file in an S3 bucket.
fileName - The URI of the location where data set contents are stored, usually the URI of a file in an S3 bucket.public String toString()
toString in class ObjectObject.toString()public OutputFileUriValue clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2018. All rights reserved.