@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateOriginEndpointResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateOriginEndpointResult() |
Modifier and Type | Method and Description |
---|---|
UpdateOriginEndpointResult |
addTagsEntry(String key,
String value) |
UpdateOriginEndpointResult |
clearTagsEntries()
Removes all the entries added into Tags.
|
UpdateOriginEndpointResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) assigned to the OriginEndpoint.
|
String |
getChannelId()
The ID of the Channel the OriginEndpoint is associated with.
|
CmafPackage |
getCmafPackage() |
DashPackage |
getDashPackage() |
String |
getDescription()
A short text description of the OriginEndpoint.
|
HlsPackage |
getHlsPackage() |
String |
getId()
The ID of the OriginEndpoint.
|
String |
getManifestName()
A short string appended to the end of the OriginEndpoint URL.
|
MssPackage |
getMssPackage() |
Integer |
getStartoverWindowSeconds()
Maximum duration (seconds) of content to retain for startover playback.
|
Map<String,String> |
getTags() |
Integer |
getTimeDelaySeconds()
Amount of delay (seconds) to enforce on the playback of live content.
|
String |
getUrl()
The URL of the packaged OriginEndpoint for consumption.
|
List<String> |
getWhitelist()
A list of source IP CIDR blocks that will be allowed to access the OriginEndpoint.
|
int |
hashCode() |
void |
setArn(String arn)
The Amazon Resource Name (ARN) assigned to the OriginEndpoint.
|
void |
setChannelId(String channelId)
The ID of the Channel the OriginEndpoint is associated with.
|
void |
setCmafPackage(CmafPackage cmafPackage) |
void |
setDashPackage(DashPackage dashPackage) |
void |
setDescription(String description)
A short text description of the OriginEndpoint.
|
void |
setHlsPackage(HlsPackage hlsPackage) |
void |
setId(String id)
The ID of the OriginEndpoint.
|
void |
setManifestName(String manifestName)
A short string appended to the end of the OriginEndpoint URL.
|
void |
setMssPackage(MssPackage mssPackage) |
void |
setStartoverWindowSeconds(Integer startoverWindowSeconds)
Maximum duration (seconds) of content to retain for startover playback.
|
void |
setTags(Map<String,String> tags) |
void |
setTimeDelaySeconds(Integer timeDelaySeconds)
Amount of delay (seconds) to enforce on the playback of live content.
|
void |
setUrl(String url)
The URL of the packaged OriginEndpoint for consumption.
|
void |
setWhitelist(Collection<String> whitelist)
A list of source IP CIDR blocks that will be allowed to access the OriginEndpoint.
|
String |
toString()
Returns a string representation of this object.
|
UpdateOriginEndpointResult |
withArn(String arn)
The Amazon Resource Name (ARN) assigned to the OriginEndpoint.
|
UpdateOriginEndpointResult |
withChannelId(String channelId)
The ID of the Channel the OriginEndpoint is associated with.
|
UpdateOriginEndpointResult |
withCmafPackage(CmafPackage cmafPackage) |
UpdateOriginEndpointResult |
withDashPackage(DashPackage dashPackage) |
UpdateOriginEndpointResult |
withDescription(String description)
A short text description of the OriginEndpoint.
|
UpdateOriginEndpointResult |
withHlsPackage(HlsPackage hlsPackage) |
UpdateOriginEndpointResult |
withId(String id)
The ID of the OriginEndpoint.
|
UpdateOriginEndpointResult |
withManifestName(String manifestName)
A short string appended to the end of the OriginEndpoint URL.
|
UpdateOriginEndpointResult |
withMssPackage(MssPackage mssPackage) |
UpdateOriginEndpointResult |
withStartoverWindowSeconds(Integer startoverWindowSeconds)
Maximum duration (seconds) of content to retain for startover playback.
|
UpdateOriginEndpointResult |
withTags(Map<String,String> tags) |
UpdateOriginEndpointResult |
withTimeDelaySeconds(Integer timeDelaySeconds)
Amount of delay (seconds) to enforce on the playback of live content.
|
UpdateOriginEndpointResult |
withUrl(String url)
The URL of the packaged OriginEndpoint for consumption.
|
UpdateOriginEndpointResult |
withWhitelist(Collection<String> whitelist)
A list of source IP CIDR blocks that will be allowed to access the OriginEndpoint.
|
UpdateOriginEndpointResult |
withWhitelist(String... whitelist)
A list of source IP CIDR blocks that will be allowed to access the OriginEndpoint.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setArn(String arn)
arn
- The Amazon Resource Name (ARN) assigned to the OriginEndpoint.public String getArn()
public UpdateOriginEndpointResult withArn(String arn)
arn
- The Amazon Resource Name (ARN) assigned to the OriginEndpoint.public void setChannelId(String channelId)
channelId
- The ID of the Channel the OriginEndpoint is associated with.public String getChannelId()
public UpdateOriginEndpointResult withChannelId(String channelId)
channelId
- The ID of the Channel the OriginEndpoint is associated with.public void setCmafPackage(CmafPackage cmafPackage)
cmafPackage
- public CmafPackage getCmafPackage()
public UpdateOriginEndpointResult withCmafPackage(CmafPackage cmafPackage)
cmafPackage
- public void setDashPackage(DashPackage dashPackage)
dashPackage
- public DashPackage getDashPackage()
public UpdateOriginEndpointResult withDashPackage(DashPackage dashPackage)
dashPackage
- public void setDescription(String description)
description
- A short text description of the OriginEndpoint.public String getDescription()
public UpdateOriginEndpointResult withDescription(String description)
description
- A short text description of the OriginEndpoint.public void setHlsPackage(HlsPackage hlsPackage)
hlsPackage
- public HlsPackage getHlsPackage()
public UpdateOriginEndpointResult withHlsPackage(HlsPackage hlsPackage)
hlsPackage
- public void setId(String id)
id
- The ID of the OriginEndpoint.public String getId()
public UpdateOriginEndpointResult withId(String id)
id
- The ID of the OriginEndpoint.public void setManifestName(String manifestName)
manifestName
- A short string appended to the end of the OriginEndpoint URL.public String getManifestName()
public UpdateOriginEndpointResult withManifestName(String manifestName)
manifestName
- A short string appended to the end of the OriginEndpoint URL.public void setMssPackage(MssPackage mssPackage)
mssPackage
- public MssPackage getMssPackage()
public UpdateOriginEndpointResult withMssPackage(MssPackage mssPackage)
mssPackage
- public void setStartoverWindowSeconds(Integer startoverWindowSeconds)
startoverWindowSeconds
- Maximum duration (seconds) of content to retain for startover playback. If not specified, startover
playback will be disabled for the OriginEndpoint.public Integer getStartoverWindowSeconds()
public UpdateOriginEndpointResult withStartoverWindowSeconds(Integer startoverWindowSeconds)
startoverWindowSeconds
- Maximum duration (seconds) of content to retain for startover playback. If not specified, startover
playback will be disabled for the OriginEndpoint.public UpdateOriginEndpointResult withTags(Map<String,String> tags)
tags
- public UpdateOriginEndpointResult addTagsEntry(String key, String value)
public UpdateOriginEndpointResult clearTagsEntries()
public void setTimeDelaySeconds(Integer timeDelaySeconds)
timeDelaySeconds
- Amount of delay (seconds) to enforce on the playback of live content. If not specified, there will be no
time delay in effect for the OriginEndpoint.public Integer getTimeDelaySeconds()
public UpdateOriginEndpointResult withTimeDelaySeconds(Integer timeDelaySeconds)
timeDelaySeconds
- Amount of delay (seconds) to enforce on the playback of live content. If not specified, there will be no
time delay in effect for the OriginEndpoint.public void setUrl(String url)
url
- The URL of the packaged OriginEndpoint for consumption.public String getUrl()
public UpdateOriginEndpointResult withUrl(String url)
url
- The URL of the packaged OriginEndpoint for consumption.public List<String> getWhitelist()
public void setWhitelist(Collection<String> whitelist)
whitelist
- A list of source IP CIDR blocks that will be allowed to access the OriginEndpoint.public UpdateOriginEndpointResult withWhitelist(String... whitelist)
NOTE: This method appends the values to the existing list (if any). Use
setWhitelist(java.util.Collection)
or withWhitelist(java.util.Collection)
if you want to
override the existing values.
whitelist
- A list of source IP CIDR blocks that will be allowed to access the OriginEndpoint.public UpdateOriginEndpointResult withWhitelist(Collection<String> whitelist)
whitelist
- A list of source IP CIDR blocks that will be allowed to access the OriginEndpoint.public String toString()
toString
in class Object
Object.toString()
public UpdateOriginEndpointResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.