@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CmafIngestOutputSettings extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
CmafIngestOutputSettings() |
Modifier and Type | Method and Description |
---|---|
CmafIngestOutputSettings |
clone() |
boolean |
equals(Object obj) |
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 |
setNameModifier(String nameModifier)
String concatenated to the end of the destination filename.
|
String |
toString()
Returns a string representation of this object.
|
CmafIngestOutputSettings |
withNameModifier(String nameModifier)
String concatenated to the end of the destination filename.
|
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 CmafIngestOutputSettings 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 CmafIngestOutputSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.