/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include A RetryPolicy
object that includes information about the retry
* policy settings, including the maximum age of an event, and the maximum number
* of times EventBridge Scheduler will try to deliver the event to a
* target.See Also:
AWS
* API Reference
The maximum amount of time, in seconds, to continue to make retry * attempts.
*/ inline int GetMaximumEventAgeInSeconds() const{ return m_maximumEventAgeInSeconds; } /** *The maximum amount of time, in seconds, to continue to make retry * attempts.
*/ inline bool MaximumEventAgeInSecondsHasBeenSet() const { return m_maximumEventAgeInSecondsHasBeenSet; } /** *The maximum amount of time, in seconds, to continue to make retry * attempts.
*/ inline void SetMaximumEventAgeInSeconds(int value) { m_maximumEventAgeInSecondsHasBeenSet = true; m_maximumEventAgeInSeconds = value; } /** *The maximum amount of time, in seconds, to continue to make retry * attempts.
*/ inline RetryPolicy& WithMaximumEventAgeInSeconds(int value) { SetMaximumEventAgeInSeconds(value); return *this;} /** *The maximum number of retry attempts to make before the request fails. Retry
* attempts with exponential backoff continue until either the maximum number of
* attempts is made or until the duration of the
* MaximumEventAgeInSeconds
is reached.
The maximum number of retry attempts to make before the request fails. Retry
* attempts with exponential backoff continue until either the maximum number of
* attempts is made or until the duration of the
* MaximumEventAgeInSeconds
is reached.
The maximum number of retry attempts to make before the request fails. Retry
* attempts with exponential backoff continue until either the maximum number of
* attempts is made or until the duration of the
* MaximumEventAgeInSeconds
is reached.
The maximum number of retry attempts to make before the request fails. Retry
* attempts with exponential backoff continue until either the maximum number of
* attempts is made or until the duration of the
* MaximumEventAgeInSeconds
is reached.