@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MsSmoothAdditionalManifest extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
MsSmoothAdditionalManifest() |
Modifier and Type | Method and Description |
---|---|
MsSmoothAdditionalManifest |
clone() |
boolean |
equals(Object obj) |
String |
getManifestNameModifier()
Specify a name modifier that the service adds to the name of this manifest to make it different from the file
names of the other main manifests in the output group.
|
List<String> |
getSelectedOutputs()
Specify the outputs that you want this additional top-level manifest to reference.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setManifestNameModifier(String manifestNameModifier)
Specify a name modifier that the service adds to the name of this manifest to make it different from the file
names of the other main manifests in the output group.
|
void |
setSelectedOutputs(Collection<String> selectedOutputs)
Specify the outputs that you want this additional top-level manifest to reference.
|
String |
toString()
Returns a string representation of this object.
|
MsSmoothAdditionalManifest |
withManifestNameModifier(String manifestNameModifier)
Specify a name modifier that the service adds to the name of this manifest to make it different from the file
names of the other main manifests in the output group.
|
MsSmoothAdditionalManifest |
withSelectedOutputs(Collection<String> selectedOutputs)
Specify the outputs that you want this additional top-level manifest to reference.
|
MsSmoothAdditionalManifest |
withSelectedOutputs(String... selectedOutputs)
Specify the outputs that you want this additional top-level manifest to reference.
|
public void setManifestNameModifier(String manifestNameModifier)
manifestNameModifier
- Specify a name modifier that the service adds to the name of this manifest to make it different from the
file names of the other main manifests in the output group. For example, say that the default main
manifest for your Microsoft Smooth group is film-name.ismv. If you enter "-no-premium" for this setting,
then the file name the service generates for this top-level manifest is film-name-no-premium.ismv.public String getManifestNameModifier()
public MsSmoothAdditionalManifest withManifestNameModifier(String manifestNameModifier)
manifestNameModifier
- Specify a name modifier that the service adds to the name of this manifest to make it different from the
file names of the other main manifests in the output group. For example, say that the default main
manifest for your Microsoft Smooth group is film-name.ismv. If you enter "-no-premium" for this setting,
then the file name the service generates for this top-level manifest is film-name-no-premium.ismv.public List<String> getSelectedOutputs()
public void setSelectedOutputs(Collection<String> selectedOutputs)
selectedOutputs
- Specify the outputs that you want this additional top-level manifest to reference.public MsSmoothAdditionalManifest withSelectedOutputs(String... selectedOutputs)
NOTE: This method appends the values to the existing list (if any). Use
setSelectedOutputs(java.util.Collection)
or withSelectedOutputs(java.util.Collection)
if you
want to override the existing values.
selectedOutputs
- Specify the outputs that you want this additional top-level manifest to reference.public MsSmoothAdditionalManifest withSelectedOutputs(Collection<String> selectedOutputs)
selectedOutputs
- Specify the outputs that you want this additional top-level manifest to reference.public String toString()
toString
in class Object
Object.toString()
public MsSmoothAdditionalManifest clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.