@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetPrefetchScheduleResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetPrefetchScheduleResult() |
Modifier and Type | Method and Description |
---|---|
GetPrefetchScheduleResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the prefetch schedule.
|
PrefetchConsumption |
getConsumption()
Consumption settings determine how, and when, MediaTailor places the prefetched ads into ad breaks.
|
String |
getName()
The name of the prefetch schedule.
|
String |
getPlaybackConfigurationName()
The name of the playback configuration to create the prefetch schedule for.
|
PrefetchRetrieval |
getRetrieval()
A complex type that contains settings for prefetch retrieval from the ad decision server (ADS).
|
String |
getStreamId()
An optional stream identifier that you can specify in order to prefetch for multiple streams that use the same
playback configuration.
|
int |
hashCode() |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the prefetch schedule.
|
void |
setConsumption(PrefetchConsumption consumption)
Consumption settings determine how, and when, MediaTailor places the prefetched ads into ad breaks.
|
void |
setName(String name)
The name of the prefetch schedule.
|
void |
setPlaybackConfigurationName(String playbackConfigurationName)
The name of the playback configuration to create the prefetch schedule for.
|
void |
setRetrieval(PrefetchRetrieval retrieval)
A complex type that contains settings for prefetch retrieval from the ad decision server (ADS).
|
void |
setStreamId(String streamId)
An optional stream identifier that you can specify in order to prefetch for multiple streams that use the same
playback configuration.
|
String |
toString()
Returns a string representation of this object.
|
GetPrefetchScheduleResult |
withArn(String arn)
The Amazon Resource Name (ARN) of the prefetch schedule.
|
GetPrefetchScheduleResult |
withConsumption(PrefetchConsumption consumption)
Consumption settings determine how, and when, MediaTailor places the prefetched ads into ad breaks.
|
GetPrefetchScheduleResult |
withName(String name)
The name of the prefetch schedule.
|
GetPrefetchScheduleResult |
withPlaybackConfigurationName(String playbackConfigurationName)
The name of the playback configuration to create the prefetch schedule for.
|
GetPrefetchScheduleResult |
withRetrieval(PrefetchRetrieval retrieval)
A complex type that contains settings for prefetch retrieval from the ad decision server (ADS).
|
GetPrefetchScheduleResult |
withStreamId(String streamId)
An optional stream identifier that you can specify in order to prefetch for multiple streams that use the same
playback configuration.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setArn(String arn)
The Amazon Resource Name (ARN) of the prefetch schedule.
arn
- The Amazon Resource Name (ARN) of the prefetch schedule.public String getArn()
The Amazon Resource Name (ARN) of the prefetch schedule.
public GetPrefetchScheduleResult withArn(String arn)
The Amazon Resource Name (ARN) of the prefetch schedule.
arn
- The Amazon Resource Name (ARN) of the prefetch schedule.public void setConsumption(PrefetchConsumption consumption)
Consumption settings determine how, and when, MediaTailor places the prefetched ads into ad breaks. Ad consumption occurs within a span of time that you define, called a consumption window. You can designate which ad breaks that MediaTailor fills with prefetch ads by setting avail matching criteria.
consumption
- Consumption settings determine how, and when, MediaTailor places the prefetched ads into ad breaks. Ad
consumption occurs within a span of time that you define, called a consumption window. You can
designate which ad breaks that MediaTailor fills with prefetch ads by setting avail matching criteria.public PrefetchConsumption getConsumption()
Consumption settings determine how, and when, MediaTailor places the prefetched ads into ad breaks. Ad consumption occurs within a span of time that you define, called a consumption window. You can designate which ad breaks that MediaTailor fills with prefetch ads by setting avail matching criteria.
public GetPrefetchScheduleResult withConsumption(PrefetchConsumption consumption)
Consumption settings determine how, and when, MediaTailor places the prefetched ads into ad breaks. Ad consumption occurs within a span of time that you define, called a consumption window. You can designate which ad breaks that MediaTailor fills with prefetch ads by setting avail matching criteria.
consumption
- Consumption settings determine how, and when, MediaTailor places the prefetched ads into ad breaks. Ad
consumption occurs within a span of time that you define, called a consumption window. You can
designate which ad breaks that MediaTailor fills with prefetch ads by setting avail matching criteria.public void setName(String name)
The name of the prefetch schedule. The name must be unique among all prefetch schedules that are associated with the specified playback configuration.
name
- The name of the prefetch schedule. The name must be unique among all prefetch schedules that are
associated with the specified playback configuration.public String getName()
The name of the prefetch schedule. The name must be unique among all prefetch schedules that are associated with the specified playback configuration.
public GetPrefetchScheduleResult withName(String name)
The name of the prefetch schedule. The name must be unique among all prefetch schedules that are associated with the specified playback configuration.
name
- The name of the prefetch schedule. The name must be unique among all prefetch schedules that are
associated with the specified playback configuration.public void setPlaybackConfigurationName(String playbackConfigurationName)
The name of the playback configuration to create the prefetch schedule for.
playbackConfigurationName
- The name of the playback configuration to create the prefetch schedule for.public String getPlaybackConfigurationName()
The name of the playback configuration to create the prefetch schedule for.
public GetPrefetchScheduleResult withPlaybackConfigurationName(String playbackConfigurationName)
The name of the playback configuration to create the prefetch schedule for.
playbackConfigurationName
- The name of the playback configuration to create the prefetch schedule for.public void setRetrieval(PrefetchRetrieval retrieval)
A complex type that contains settings for prefetch retrieval from the ad decision server (ADS).
retrieval
- A complex type that contains settings for prefetch retrieval from the ad decision server (ADS).public PrefetchRetrieval getRetrieval()
A complex type that contains settings for prefetch retrieval from the ad decision server (ADS).
public GetPrefetchScheduleResult withRetrieval(PrefetchRetrieval retrieval)
A complex type that contains settings for prefetch retrieval from the ad decision server (ADS).
retrieval
- A complex type that contains settings for prefetch retrieval from the ad decision server (ADS).public void setStreamId(String streamId)
An optional stream identifier that you can specify in order to prefetch for multiple streams that use the same playback configuration.
streamId
- An optional stream identifier that you can specify in order to prefetch for multiple streams that use the
same playback configuration.public String getStreamId()
An optional stream identifier that you can specify in order to prefetch for multiple streams that use the same playback configuration.
public GetPrefetchScheduleResult withStreamId(String streamId)
An optional stream identifier that you can specify in order to prefetch for multiple streams that use the same playback configuration.
streamId
- An optional stream identifier that you can specify in order to prefetch for multiple streams that use the
same playback configuration.public String toString()
toString
in class Object
Object.toString()
public GetPrefetchScheduleResult clone()