@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateProgramResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateProgramResult() |
Modifier and Type | Method and Description |
---|---|
UpdateProgramResult |
clone() |
boolean |
equals(Object obj) |
List<AdBreak> |
getAdBreaks()
The ad break configuration settings.
|
String |
getArn()
The ARN to assign to the program.
|
List<AudienceMedia> |
getAudienceMedia()
The list of AudienceMedia defined in program.
|
String |
getChannelName()
The name to assign to the channel for this program.
|
ClipRange |
getClipRange()
The clip range configuration settings.
|
Date |
getCreationTime()
The time the program was created.
|
Long |
getDurationMillis()
The duration of the live program in milliseconds.
|
String |
getLiveSourceName()
The name of the LiveSource for this Program.
|
String |
getProgramName()
The name to assign to this program.
|
Date |
getScheduledStartTime()
The scheduled start time for this Program.
|
String |
getSourceLocationName()
The name to assign to the source location for this program.
|
String |
getVodSourceName()
The name that's used to refer to a VOD source.
|
int |
hashCode() |
void |
setAdBreaks(Collection<AdBreak> adBreaks)
The ad break configuration settings.
|
void |
setArn(String arn)
The ARN to assign to the program.
|
void |
setAudienceMedia(Collection<AudienceMedia> audienceMedia)
The list of AudienceMedia defined in program.
|
void |
setChannelName(String channelName)
The name to assign to the channel for this program.
|
void |
setClipRange(ClipRange clipRange)
The clip range configuration settings.
|
void |
setCreationTime(Date creationTime)
The time the program was created.
|
void |
setDurationMillis(Long durationMillis)
The duration of the live program in milliseconds.
|
void |
setLiveSourceName(String liveSourceName)
The name of the LiveSource for this Program.
|
void |
setProgramName(String programName)
The name to assign to this program.
|
void |
setScheduledStartTime(Date scheduledStartTime)
The scheduled start time for this Program.
|
void |
setSourceLocationName(String sourceLocationName)
The name to assign to the source location for this program.
|
void |
setVodSourceName(String vodSourceName)
The name that's used to refer to a VOD source.
|
String |
toString()
Returns a string representation of this object.
|
UpdateProgramResult |
withAdBreaks(AdBreak... adBreaks)
The ad break configuration settings.
|
UpdateProgramResult |
withAdBreaks(Collection<AdBreak> adBreaks)
The ad break configuration settings.
|
UpdateProgramResult |
withArn(String arn)
The ARN to assign to the program.
|
UpdateProgramResult |
withAudienceMedia(AudienceMedia... audienceMedia)
The list of AudienceMedia defined in program.
|
UpdateProgramResult |
withAudienceMedia(Collection<AudienceMedia> audienceMedia)
The list of AudienceMedia defined in program.
|
UpdateProgramResult |
withChannelName(String channelName)
The name to assign to the channel for this program.
|
UpdateProgramResult |
withClipRange(ClipRange clipRange)
The clip range configuration settings.
|
UpdateProgramResult |
withCreationTime(Date creationTime)
The time the program was created.
|
UpdateProgramResult |
withDurationMillis(Long durationMillis)
The duration of the live program in milliseconds.
|
UpdateProgramResult |
withLiveSourceName(String liveSourceName)
The name of the LiveSource for this Program.
|
UpdateProgramResult |
withProgramName(String programName)
The name to assign to this program.
|
UpdateProgramResult |
withScheduledStartTime(Date scheduledStartTime)
The scheduled start time for this Program.
|
UpdateProgramResult |
withSourceLocationName(String sourceLocationName)
The name to assign to the source location for this program.
|
UpdateProgramResult |
withVodSourceName(String vodSourceName)
The name that's used to refer to a VOD source.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<AdBreak> getAdBreaks()
The ad break configuration settings.
public void setAdBreaks(Collection<AdBreak> adBreaks)
The ad break configuration settings.
adBreaks
- The ad break configuration settings.public UpdateProgramResult withAdBreaks(AdBreak... adBreaks)
The ad break configuration settings.
NOTE: This method appends the values to the existing list (if any). Use
setAdBreaks(java.util.Collection)
or withAdBreaks(java.util.Collection)
if you want to override
the existing values.
adBreaks
- The ad break configuration settings.public UpdateProgramResult withAdBreaks(Collection<AdBreak> adBreaks)
The ad break configuration settings.
adBreaks
- The ad break configuration settings.public void setArn(String arn)
The ARN to assign to the program.
arn
- The ARN to assign to the program.public String getArn()
The ARN to assign to the program.
public UpdateProgramResult withArn(String arn)
The ARN to assign to the program.
arn
- The ARN to assign to the program.public List<AudienceMedia> getAudienceMedia()
The list of AudienceMedia defined in program.
public void setAudienceMedia(Collection<AudienceMedia> audienceMedia)
The list of AudienceMedia defined in program.
audienceMedia
- The list of AudienceMedia defined in program.public UpdateProgramResult withAudienceMedia(AudienceMedia... audienceMedia)
The list of AudienceMedia defined in program.
NOTE: This method appends the values to the existing list (if any). Use
setAudienceMedia(java.util.Collection)
or withAudienceMedia(java.util.Collection)
if you want
to override the existing values.
audienceMedia
- The list of AudienceMedia defined in program.public UpdateProgramResult withAudienceMedia(Collection<AudienceMedia> audienceMedia)
The list of AudienceMedia defined in program.
audienceMedia
- The list of AudienceMedia defined in program.public void setChannelName(String channelName)
The name to assign to the channel for this program.
channelName
- The name to assign to the channel for this program.public String getChannelName()
The name to assign to the channel for this program.
public UpdateProgramResult withChannelName(String channelName)
The name to assign to the channel for this program.
channelName
- The name to assign to the channel for this program.public void setClipRange(ClipRange clipRange)
The clip range configuration settings.
clipRange
- The clip range configuration settings.public ClipRange getClipRange()
The clip range configuration settings.
public UpdateProgramResult withClipRange(ClipRange clipRange)
The clip range configuration settings.
clipRange
- The clip range configuration settings.public void setCreationTime(Date creationTime)
The time the program was created.
creationTime
- The time the program was created.public Date getCreationTime()
The time the program was created.
public UpdateProgramResult withCreationTime(Date creationTime)
The time the program was created.
creationTime
- The time the program was created.public void setDurationMillis(Long durationMillis)
The duration of the live program in milliseconds.
durationMillis
- The duration of the live program in milliseconds.public Long getDurationMillis()
The duration of the live program in milliseconds.
public UpdateProgramResult withDurationMillis(Long durationMillis)
The duration of the live program in milliseconds.
durationMillis
- The duration of the live program in milliseconds.public void setLiveSourceName(String liveSourceName)
The name of the LiveSource for this Program.
liveSourceName
- The name of the LiveSource for this Program.public String getLiveSourceName()
The name of the LiveSource for this Program.
public UpdateProgramResult withLiveSourceName(String liveSourceName)
The name of the LiveSource for this Program.
liveSourceName
- The name of the LiveSource for this Program.public void setProgramName(String programName)
The name to assign to this program.
programName
- The name to assign to this program.public String getProgramName()
The name to assign to this program.
public UpdateProgramResult withProgramName(String programName)
The name to assign to this program.
programName
- The name to assign to this program.public void setScheduledStartTime(Date scheduledStartTime)
The scheduled start time for this Program.
scheduledStartTime
- The scheduled start time for this Program.public Date getScheduledStartTime()
The scheduled start time for this Program.
public UpdateProgramResult withScheduledStartTime(Date scheduledStartTime)
The scheduled start time for this Program.
scheduledStartTime
- The scheduled start time for this Program.public void setSourceLocationName(String sourceLocationName)
The name to assign to the source location for this program.
sourceLocationName
- The name to assign to the source location for this program.public String getSourceLocationName()
The name to assign to the source location for this program.
public UpdateProgramResult withSourceLocationName(String sourceLocationName)
The name to assign to the source location for this program.
sourceLocationName
- The name to assign to the source location for this program.public void setVodSourceName(String vodSourceName)
The name that's used to refer to a VOD source.
vodSourceName
- The name that's used to refer to a VOD source.public String getVodSourceName()
The name that's used to refer to a VOD source.
public UpdateProgramResult withVodSourceName(String vodSourceName)
The name that's used to refer to a VOD source.
vodSourceName
- The name that's used to refer to a VOD source.public String toString()
toString
in class Object
Object.toString()
public UpdateProgramResult clone()