@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Output extends Object implements Serializable, Cloneable, StructuredPojo
Specifies an output.
Constructor and Description |
---|
Output() |
Modifier and Type | Method and Description |
---|---|
Output |
clone() |
boolean |
equals(Object obj) |
OutputFile |
getFile()
The file of the output.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setFile(OutputFile file)
The file of the output.
|
String |
toString()
Returns a string representation of this object.
|
Output |
withFile(OutputFile file)
The file of the output.
|
public void setFile(OutputFile file)
The file of the output.
file
- The file of the output.public OutputFile getFile()
The file of the output.
public Output withFile(OutputFile file)
The file of the output.
file
- The file of the output.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.