7#include <aws/accessanalyzer/AccessAnalyzer_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/accessanalyzer/model/TrailProperties.h>
23namespace AccessAnalyzer
49 template<
typename TrailPropertiesT = Aws::Vector<TrailProperties>>
50 void SetTrailProperties(TrailPropertiesT&& value) { m_trailPropertiesHasBeenSet =
true; m_trailProperties = std::forward<TrailPropertiesT>(value); }
51 template<
typename TrailPropertiesT = Aws::Vector<TrailProperties>>
53 template<
typename TrailPropertiesT = TrailProperties>
65 template<
typename StartTimeT = Aws::Utils::DateTime>
66 void SetStartTime(StartTimeT&& value) { m_startTimeHasBeenSet =
true; m_startTime = std::forward<StartTimeT>(value); }
67 template<
typename StartTimeT = Aws::Utils::DateTime>
80 template<
typename EndTimeT = Aws::Utils::DateTime>
81 void SetEndTime(EndTimeT&& value) { m_endTimeHasBeenSet =
true; m_endTime = std::forward<EndTimeT>(value); }
82 template<
typename EndTimeT = Aws::Utils::DateTime>
88 bool m_trailPropertiesHasBeenSet =
false;
91 bool m_startTimeHasBeenSet =
false;
94 bool m_endTimeHasBeenSet =
false;
AWS_ACCESSANALYZER_API CloudTrailProperties(Aws::Utils::Json::JsonView jsonValue)
CloudTrailProperties & AddTrailProperties(TrailPropertiesT &&value)
bool TrailPropertiesHasBeenSet() const
const Aws::Utils::DateTime & GetEndTime() const
AWS_ACCESSANALYZER_API CloudTrailProperties & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< TrailProperties > & GetTrailProperties() const
CloudTrailProperties & WithTrailProperties(TrailPropertiesT &&value)
AWS_ACCESSANALYZER_API CloudTrailProperties()=default
const Aws::Utils::DateTime & GetStartTime() const
AWS_ACCESSANALYZER_API Aws::Utils::Json::JsonValue Jsonize() const
bool StartTimeHasBeenSet() const
bool EndTimeHasBeenSet() const
void SetTrailProperties(TrailPropertiesT &&value)
void SetEndTime(EndTimeT &&value)
CloudTrailProperties & WithStartTime(StartTimeT &&value)
CloudTrailProperties & WithEndTime(EndTimeT &&value)
void SetStartTime(StartTimeT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue