/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include A complex type that contains settings governing when MediaTailor prefetches
* ads, and which dynamic variables that MediaTailor includes in the request to the
* ad decision server.See Also:
AWS
* API Reference
The dynamic variables to use for substitution during prefetch requests to the * ad decision server (ADS).
You initially configure dynamic
* variables for the ADS URL when you set up your playback configuration. When
* you specify DynamicVariables
for prefetch retrieval, MediaTailor
* includes the dynamic variables in the request to the ADS.
The dynamic variables to use for substitution during prefetch requests to the * ad decision server (ADS).
You initially configure dynamic
* variables for the ADS URL when you set up your playback configuration. When
* you specify DynamicVariables
for prefetch retrieval, MediaTailor
* includes the dynamic variables in the request to the ADS.
The dynamic variables to use for substitution during prefetch requests to the * ad decision server (ADS).
You initially configure dynamic
* variables for the ADS URL when you set up your playback configuration. When
* you specify DynamicVariables
for prefetch retrieval, MediaTailor
* includes the dynamic variables in the request to the ADS.
The dynamic variables to use for substitution during prefetch requests to the * ad decision server (ADS).
You initially configure dynamic
* variables for the ADS URL when you set up your playback configuration. When
* you specify DynamicVariables
for prefetch retrieval, MediaTailor
* includes the dynamic variables in the request to the ADS.
The dynamic variables to use for substitution during prefetch requests to the * ad decision server (ADS).
You initially configure dynamic
* variables for the ADS URL when you set up your playback configuration. When
* you specify DynamicVariables
for prefetch retrieval, MediaTailor
* includes the dynamic variables in the request to the ADS.
The dynamic variables to use for substitution during prefetch requests to the * ad decision server (ADS).
You initially configure dynamic
* variables for the ADS URL when you set up your playback configuration. When
* you specify DynamicVariables
for prefetch retrieval, MediaTailor
* includes the dynamic variables in the request to the ADS.
The dynamic variables to use for substitution during prefetch requests to the * ad decision server (ADS).
You initially configure dynamic
* variables for the ADS URL when you set up your playback configuration. When
* you specify DynamicVariables
for prefetch retrieval, MediaTailor
* includes the dynamic variables in the request to the ADS.
The dynamic variables to use for substitution during prefetch requests to the * ad decision server (ADS).
You initially configure dynamic
* variables for the ADS URL when you set up your playback configuration. When
* you specify DynamicVariables
for prefetch retrieval, MediaTailor
* includes the dynamic variables in the request to the ADS.
The dynamic variables to use for substitution during prefetch requests to the * ad decision server (ADS).
You initially configure dynamic
* variables for the ADS URL when you set up your playback configuration. When
* you specify DynamicVariables
for prefetch retrieval, MediaTailor
* includes the dynamic variables in the request to the ADS.
The dynamic variables to use for substitution during prefetch requests to the * ad decision server (ADS).
You initially configure dynamic
* variables for the ADS URL when you set up your playback configuration. When
* you specify DynamicVariables
for prefetch retrieval, MediaTailor
* includes the dynamic variables in the request to the ADS.
The dynamic variables to use for substitution during prefetch requests to the * ad decision server (ADS).
You initially configure dynamic
* variables for the ADS URL when you set up your playback configuration. When
* you specify DynamicVariables
for prefetch retrieval, MediaTailor
* includes the dynamic variables in the request to the ADS.
The dynamic variables to use for substitution during prefetch requests to the * ad decision server (ADS).
You initially configure dynamic
* variables for the ADS URL when you set up your playback configuration. When
* you specify DynamicVariables
for prefetch retrieval, MediaTailor
* includes the dynamic variables in the request to the ADS.
The dynamic variables to use for substitution during prefetch requests to the * ad decision server (ADS).
You initially configure dynamic
* variables for the ADS URL when you set up your playback configuration. When
* you specify DynamicVariables
for prefetch retrieval, MediaTailor
* includes the dynamic variables in the request to the ADS.
The time when prefetch retrieval ends for the ad break. Prefetching will be * attempted for manifest requests that occur at or before this time.
*/ inline const Aws::Utils::DateTime& GetEndTime() const{ return m_endTime; } /** *The time when prefetch retrieval ends for the ad break. Prefetching will be * attempted for manifest requests that occur at or before this time.
*/ inline bool EndTimeHasBeenSet() const { return m_endTimeHasBeenSet; } /** *The time when prefetch retrieval ends for the ad break. Prefetching will be * attempted for manifest requests that occur at or before this time.
*/ inline void SetEndTime(const Aws::Utils::DateTime& value) { m_endTimeHasBeenSet = true; m_endTime = value; } /** *The time when prefetch retrieval ends for the ad break. Prefetching will be * attempted for manifest requests that occur at or before this time.
*/ inline void SetEndTime(Aws::Utils::DateTime&& value) { m_endTimeHasBeenSet = true; m_endTime = std::move(value); } /** *The time when prefetch retrieval ends for the ad break. Prefetching will be * attempted for manifest requests that occur at or before this time.
*/ inline PrefetchRetrieval& WithEndTime(const Aws::Utils::DateTime& value) { SetEndTime(value); return *this;} /** *The time when prefetch retrieval ends for the ad break. Prefetching will be * attempted for manifest requests that occur at or before this time.
*/ inline PrefetchRetrieval& WithEndTime(Aws::Utils::DateTime&& value) { SetEndTime(std::move(value)); return *this;} /** *The time when prefetch retrievals can start for this break. Ad prefetching * will be attempted for manifest requests that occur at or after this time. * Defaults to the current time. If not specified, the prefetch retrieval starts as * soon as possible.
*/ inline const Aws::Utils::DateTime& GetStartTime() const{ return m_startTime; } /** *The time when prefetch retrievals can start for this break. Ad prefetching * will be attempted for manifest requests that occur at or after this time. * Defaults to the current time. If not specified, the prefetch retrieval starts as * soon as possible.
*/ inline bool StartTimeHasBeenSet() const { return m_startTimeHasBeenSet; } /** *The time when prefetch retrievals can start for this break. Ad prefetching * will be attempted for manifest requests that occur at or after this time. * Defaults to the current time. If not specified, the prefetch retrieval starts as * soon as possible.
*/ inline void SetStartTime(const Aws::Utils::DateTime& value) { m_startTimeHasBeenSet = true; m_startTime = value; } /** *The time when prefetch retrievals can start for this break. Ad prefetching * will be attempted for manifest requests that occur at or after this time. * Defaults to the current time. If not specified, the prefetch retrieval starts as * soon as possible.
*/ inline void SetStartTime(Aws::Utils::DateTime&& value) { m_startTimeHasBeenSet = true; m_startTime = std::move(value); } /** *The time when prefetch retrievals can start for this break. Ad prefetching * will be attempted for manifest requests that occur at or after this time. * Defaults to the current time. If not specified, the prefetch retrieval starts as * soon as possible.
*/ inline PrefetchRetrieval& WithStartTime(const Aws::Utils::DateTime& value) { SetStartTime(value); return *this;} /** *The time when prefetch retrievals can start for this break. Ad prefetching * will be attempted for manifest requests that occur at or after this time. * Defaults to the current time. If not specified, the prefetch retrieval starts as * soon as possible.
*/ inline PrefetchRetrieval& WithStartTime(Aws::Utils::DateTime&& value) { SetStartTime(std::move(value)); return *this;} private: Aws::Map