public class MediaJobOutputAsset extends MediaJobOutput
| Constructor and Description |
|---|
MediaJobOutputAsset() |
| Modifier and Type | Method and Description |
|---|---|
String |
assetName()
Get gets the Job output asset name.
|
MediaJobOutputAsset |
withAssetName(String assetName)
Set gets the Job output asset name.
|
public String assetName()
public MediaJobOutputAsset withAssetName(String assetName)
assetName - the assetName value to set /**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/