@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; useful for testing and debugging.
|
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 Object
Object.toString()
public ArchiveOutputSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.