@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MsSmoothOutputSettings extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
MsSmoothOutputSettings() |
| Modifier and Type | Method and Description |
|---|---|
MsSmoothOutputSettings |
clone() |
boolean |
equals(Object obj) |
String |
getNameModifier()
String concatenated to the end of the destination filename.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setNameModifier(String nameModifier)
String concatenated to the end of the destination filename.
|
String |
toString()
Returns a string representation of this object.
|
MsSmoothOutputSettings |
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 MsSmoothOutputSettings 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 MsSmoothOutputSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.