@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) |
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 ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2025. All rights reserved.