@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 ObjectObject.toString()public CmafIngestOutputSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.