@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EgressEndpoint extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
EgressEndpoint() |
Modifier and Type | Method and Description |
---|---|
EgressEndpoint |
clone() |
boolean |
equals(Object obj) |
String |
getPackagingConfigurationId()
The ID of the PackagingConfiguration being applied to the Asset.
|
String |
getStatus()
The current processing status of the asset used for the packaging configuration.
|
String |
getUrl()
The URL of the parent manifest for the repackaged Asset.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setPackagingConfigurationId(String packagingConfigurationId)
The ID of the PackagingConfiguration being applied to the Asset.
|
void |
setStatus(String status)
The current processing status of the asset used for the packaging configuration.
|
void |
setUrl(String url)
The URL of the parent manifest for the repackaged Asset.
|
String |
toString()
Returns a string representation of this object.
|
EgressEndpoint |
withPackagingConfigurationId(String packagingConfigurationId)
The ID of the PackagingConfiguration being applied to the Asset.
|
EgressEndpoint |
withStatus(String status)
The current processing status of the asset used for the packaging configuration.
|
EgressEndpoint |
withUrl(String url)
The URL of the parent manifest for the repackaged Asset.
|
public void setPackagingConfigurationId(String packagingConfigurationId)
packagingConfigurationId
- The ID of the PackagingConfiguration being applied to the Asset.public String getPackagingConfigurationId()
public EgressEndpoint withPackagingConfigurationId(String packagingConfigurationId)
packagingConfigurationId
- The ID of the PackagingConfiguration being applied to the Asset.public void setStatus(String status)
status
- The current processing status of the asset used for the packaging configuration. The status can be either
QUEUED, PROCESSING, PLAYABLE, or FAILED. Status information won't be available for most assets ingested
before 2021-09-30.public String getStatus()
public EgressEndpoint withStatus(String status)
status
- The current processing status of the asset used for the packaging configuration. The status can be either
QUEUED, PROCESSING, PLAYABLE, or FAILED. Status information won't be available for most assets ingested
before 2021-09-30.public void setUrl(String url)
url
- The URL of the parent manifest for the repackaged Asset.public String getUrl()
public EgressEndpoint withUrl(String url)
url
- The URL of the parent manifest for the repackaged Asset.public String toString()
toString
in class Object
Object.toString()
public EgressEndpoint clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.