7#include <aws/core/utils/DateTime.h>
8#include <aws/crt/cbor/Cbor.h>
9#include <aws/eventbridgev2/EventBridgeV2_EXPORTS.h>
10#include <aws/eventbridgev2/model/PointType.h>
20namespace EventBridgeV2 {
34 AWS_EVENTBRIDGEV2_API
void CborEncode(Aws::Crt::Cbor::CborEncoder& encoder)
const;
43 m_pointTypeHasBeenSet =
true;
58 template <
typename StartingPo
intT = Aws::Utils::DateTime>
60 m_startingPointHasBeenSet =
true;
61 m_startingPoint = std::forward<StartingPointT>(value);
63 template <
typename StartingPo
intT = Aws::Utils::DateTime>
76 template <
typename EndPo
intT = Aws::Utils::DateTime>
78 m_endPointHasBeenSet =
true;
79 m_endPoint = std::forward<EndPointT>(value);
81 template <
typename EndPo
intT = Aws::Utils::DateTime>
93 bool m_pointTypeHasBeenSet =
false;
94 bool m_startingPointHasBeenSet =
false;
95 bool m_endPointHasBeenSet =
false;
AWS_EVENTBRIDGEV2_API PointInTimeConfiguration & operator=(const std::shared_ptr< Aws::Crt::Cbor::CborDecoder > &decoder)
const Aws::Utils::DateTime & GetStartingPoint() const
void SetStartingPoint(StartingPointT &&value)
bool PointTypeHasBeenSet() const
bool StartingPointHasBeenSet() const
PointInTimeConfiguration & WithPointType(PointType value)
bool EndPointHasBeenSet() const
const Aws::Utils::DateTime & GetEndPoint() const
PointInTimeConfiguration & WithStartingPoint(StartingPointT &&value)
AWS_EVENTBRIDGEV2_API PointInTimeConfiguration()=default
AWS_EVENTBRIDGEV2_API void CborEncode(Aws::Crt::Cbor::CborEncoder &encoder) const
PointInTimeConfiguration & WithEndPoint(EndPointT &&value)
PointType GetPointType() const
AWS_EVENTBRIDGEV2_API PointInTimeConfiguration(const std::shared_ptr< Aws::Crt::Cbor::CborDecoder > &decoder)
void SetEndPoint(EndPointT &&value)
void SetPointType(PointType value)