@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OutputFileUriValue extends Object implements Serializable, Cloneable, StructuredPojo
The value of the variable as a structure that specifies an output file URI.
| Constructor and Description | 
|---|
OutputFileUriValue()  | 
| Modifier and Type | Method and Description | 
|---|---|
OutputFileUriValue | 
clone()  | 
boolean | 
equals(Object obj)  | 
String | 
getFileName()
 The URI of the location where dataset contents are stored, usually the URI of a file in an S3 bucket. 
 | 
int | 
hashCode()  | 
void | 
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given  
ProtocolMarshaller. | 
void | 
setFileName(String fileName)
 The URI of the location where dataset contents are stored, usually the URI of a file in an S3 bucket. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
OutputFileUriValue | 
withFileName(String fileName)
 The URI of the location where dataset contents are stored, usually the URI of a file in an S3 bucket. 
 | 
public void setFileName(String fileName)
The URI of the location where dataset contents are stored, usually the URI of a file in an S3 bucket.
fileName - The URI of the location where dataset contents are stored, usually the URI of a file in an S3 bucket.public String getFileName()
The URI of the location where dataset contents are stored, usually the URI of a file in an S3 bucket.
public OutputFileUriValue withFileName(String fileName)
The URI of the location where dataset contents are stored, usually the URI of a file in an S3 bucket.
fileName - The URI of the location where dataset 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)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.