@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ArchiveOutputSettings extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
ArchiveOutputSettings() |
| Modifier and Type | Method and Description |
|---|---|
ArchiveOutputSettings |
clone() |
boolean |
equals(Object obj) |
ArchiveContainerSettings |
getContainerSettings()
Settings specific to the container type of the file.
|
String |
getExtension()
Output file extension.
|
String |
getNameModifier()
String concatenated to the end of the destination filename.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setContainerSettings(ArchiveContainerSettings containerSettings)
Settings specific to the container type of the file.
|
void |
setExtension(String extension)
Output file extension.
|
void |
setNameModifier(String nameModifier)
String concatenated to the end of the destination filename.
|
String |
toString()
Returns a string representation of this object.
|
ArchiveOutputSettings |
withContainerSettings(ArchiveContainerSettings containerSettings)
Settings specific to the container type of the file.
|
ArchiveOutputSettings |
withExtension(String extension)
Output file extension.
|
ArchiveOutputSettings |
withNameModifier(String nameModifier)
String concatenated to the end of the destination filename.
|
public void setContainerSettings(ArchiveContainerSettings containerSettings)
containerSettings - Settings specific to the container type of the file.public ArchiveContainerSettings getContainerSettings()
public ArchiveOutputSettings withContainerSettings(ArchiveContainerSettings containerSettings)
containerSettings - Settings specific to the container type of the file.public void setExtension(String extension)
extension - Output file extension. If excluded, this will be auto-selected from the container type.public String getExtension()
public ArchiveOutputSettings withExtension(String extension)
extension - Output file extension. If excluded, this will be auto-selected from the container type.public void setNameModifier(String nameModifier)
nameModifier - String concatenated to the end of the destination filename. Required for multiple outputs of the same
type.public String getNameModifier()
public ArchiveOutputSettings withNameModifier(String nameModifier)
nameModifier - String concatenated to the end of the destination filename. Required for multiple outputs of the same
type.public String toString()
toString in class ObjectObject.toString()public ArchiveOutputSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.