/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Represents the input of a DescribeEvents
* operation.See Also:
AWS
* API Reference
The identifier of the event source for which events are returned. If not * specified, all sources are included in the response.
*/ inline const Aws::String& GetSourceIdentifier() const{ return m_sourceIdentifier; } /** *The identifier of the event source for which events are returned. If not * specified, all sources are included in the response.
*/ inline bool SourceIdentifierHasBeenSet() const { return m_sourceIdentifierHasBeenSet; } /** *The identifier of the event source for which events are returned. If not * specified, all sources are included in the response.
*/ inline void SetSourceIdentifier(const Aws::String& value) { m_sourceIdentifierHasBeenSet = true; m_sourceIdentifier = value; } /** *The identifier of the event source for which events are returned. If not * specified, all sources are included in the response.
*/ inline void SetSourceIdentifier(Aws::String&& value) { m_sourceIdentifierHasBeenSet = true; m_sourceIdentifier = std::move(value); } /** *The identifier of the event source for which events are returned. If not * specified, all sources are included in the response.
*/ inline void SetSourceIdentifier(const char* value) { m_sourceIdentifierHasBeenSet = true; m_sourceIdentifier.assign(value); } /** *The identifier of the event source for which events are returned. If not * specified, all sources are included in the response.
*/ inline DescribeEventsRequest& WithSourceIdentifier(const Aws::String& value) { SetSourceIdentifier(value); return *this;} /** *The identifier of the event source for which events are returned. If not * specified, all sources are included in the response.
*/ inline DescribeEventsRequest& WithSourceIdentifier(Aws::String&& value) { SetSourceIdentifier(std::move(value)); return *this;} /** *The identifier of the event source for which events are returned. If not * specified, all sources are included in the response.
*/ inline DescribeEventsRequest& WithSourceIdentifier(const char* value) { SetSourceIdentifier(value); return *this;} /** *The event source to retrieve events for. If no value is specified, all events * are returned.
*/ inline const SourceType& GetSourceType() const{ return m_sourceType; } /** *The event source to retrieve events for. If no value is specified, all events * are returned.
*/ inline bool SourceTypeHasBeenSet() const { return m_sourceTypeHasBeenSet; } /** *The event source to retrieve events for. If no value is specified, all events * are returned.
*/ inline void SetSourceType(const SourceType& value) { m_sourceTypeHasBeenSet = true; m_sourceType = value; } /** *The event source to retrieve events for. If no value is specified, all events * are returned.
*/ inline void SetSourceType(SourceType&& value) { m_sourceTypeHasBeenSet = true; m_sourceType = std::move(value); } /** *The event source to retrieve events for. If no value is specified, all events * are returned.
*/ inline DescribeEventsRequest& WithSourceType(const SourceType& value) { SetSourceType(value); return *this;} /** *The event source to retrieve events for. If no value is specified, all events * are returned.
*/ inline DescribeEventsRequest& WithSourceType(SourceType&& value) { SetSourceType(std::move(value)); return *this;} /** *The beginning of the time interval to retrieve events for, specified in ISO * 8601 format.
Example: 2017-03-30T07:03:49.555Z
*/ inline const Aws::Utils::DateTime& GetStartTime() const{ return m_startTime; } /** *The beginning of the time interval to retrieve events for, specified in ISO * 8601 format.
Example: 2017-03-30T07:03:49.555Z
*/ inline bool StartTimeHasBeenSet() const { return m_startTimeHasBeenSet; } /** *The beginning of the time interval to retrieve events for, specified in ISO * 8601 format.
Example: 2017-03-30T07:03:49.555Z
*/ inline void SetStartTime(const Aws::Utils::DateTime& value) { m_startTimeHasBeenSet = true; m_startTime = value; } /** *The beginning of the time interval to retrieve events for, specified in ISO * 8601 format.
Example: 2017-03-30T07:03:49.555Z
*/ inline void SetStartTime(Aws::Utils::DateTime&& value) { m_startTimeHasBeenSet = true; m_startTime = std::move(value); } /** *The beginning of the time interval to retrieve events for, specified in ISO * 8601 format.
Example: 2017-03-30T07:03:49.555Z
*/ inline DescribeEventsRequest& WithStartTime(const Aws::Utils::DateTime& value) { SetStartTime(value); return *this;} /** *The beginning of the time interval to retrieve events for, specified in ISO * 8601 format.
Example: 2017-03-30T07:03:49.555Z
*/ inline DescribeEventsRequest& WithStartTime(Aws::Utils::DateTime&& value) { SetStartTime(std::move(value)); return *this;} /** *The end of the time interval for which to retrieve events, specified in ISO * 8601 format.
Example: 2017-03-30T07:03:49.555Z
*/ inline const Aws::Utils::DateTime& GetEndTime() const{ return m_endTime; } /** *The end of the time interval for which to retrieve events, specified in ISO * 8601 format.
Example: 2017-03-30T07:03:49.555Z
*/ inline bool EndTimeHasBeenSet() const { return m_endTimeHasBeenSet; } /** *The end of the time interval for which to retrieve events, specified in ISO * 8601 format.
Example: 2017-03-30T07:03:49.555Z
*/ inline void SetEndTime(const Aws::Utils::DateTime& value) { m_endTimeHasBeenSet = true; m_endTime = value; } /** *The end of the time interval for which to retrieve events, specified in ISO * 8601 format.
Example: 2017-03-30T07:03:49.555Z
*/ inline void SetEndTime(Aws::Utils::DateTime&& value) { m_endTimeHasBeenSet = true; m_endTime = std::move(value); } /** *The end of the time interval for which to retrieve events, specified in ISO * 8601 format.
Example: 2017-03-30T07:03:49.555Z
*/ inline DescribeEventsRequest& WithEndTime(const Aws::Utils::DateTime& value) { SetEndTime(value); return *this;} /** *The end of the time interval for which to retrieve events, specified in ISO * 8601 format.
Example: 2017-03-30T07:03:49.555Z
*/ inline DescribeEventsRequest& WithEndTime(Aws::Utils::DateTime&& value) { SetEndTime(std::move(value)); return *this;} /** *The number of minutes worth of events to retrieve.
*/ inline int GetDuration() const{ return m_duration; } /** *The number of minutes worth of events to retrieve.
*/ inline bool DurationHasBeenSet() const { return m_durationHasBeenSet; } /** *The number of minutes worth of events to retrieve.
*/ inline void SetDuration(int value) { m_durationHasBeenSet = true; m_duration = value; } /** *The number of minutes worth of events to retrieve.
*/ inline DescribeEventsRequest& WithDuration(int value) { SetDuration(value); return *this;} /** *The maximum number of records to include in the response. If more records
* exist than the specified MaxRecords
value, a marker is included in
* the response so that the remaining results can be retrieved.
Default: * 100
Constraints: minimum 20; maximum 100.
*/ inline int GetMaxRecords() const{ return m_maxRecords; } /** *The maximum number of records to include in the response. If more records
* exist than the specified MaxRecords
value, a marker is included in
* the response so that the remaining results can be retrieved.
Default: * 100
Constraints: minimum 20; maximum 100.
*/ inline bool MaxRecordsHasBeenSet() const { return m_maxRecordsHasBeenSet; } /** *The maximum number of records to include in the response. If more records
* exist than the specified MaxRecords
value, a marker is included in
* the response so that the remaining results can be retrieved.
Default: * 100
Constraints: minimum 20; maximum 100.
*/ inline void SetMaxRecords(int value) { m_maxRecordsHasBeenSet = true; m_maxRecords = value; } /** *The maximum number of records to include in the response. If more records
* exist than the specified MaxRecords
value, a marker is included in
* the response so that the remaining results can be retrieved.
Default: * 100
Constraints: minimum 20; maximum 100.
*/ inline DescribeEventsRequest& WithMaxRecords(int value) { SetMaxRecords(value); return *this;} /** *An optional marker returned from a prior request. Use this marker for
* pagination of results from this operation. If this parameter is specified, the
* response includes only records beyond the marker, up to the value specified by
* MaxRecords
.
An optional marker returned from a prior request. Use this marker for
* pagination of results from this operation. If this parameter is specified, the
* response includes only records beyond the marker, up to the value specified by
* MaxRecords
.
An optional marker returned from a prior request. Use this marker for
* pagination of results from this operation. If this parameter is specified, the
* response includes only records beyond the marker, up to the value specified by
* MaxRecords
.
An optional marker returned from a prior request. Use this marker for
* pagination of results from this operation. If this parameter is specified, the
* response includes only records beyond the marker, up to the value specified by
* MaxRecords
.
An optional marker returned from a prior request. Use this marker for
* pagination of results from this operation. If this parameter is specified, the
* response includes only records beyond the marker, up to the value specified by
* MaxRecords
.
An optional marker returned from a prior request. Use this marker for
* pagination of results from this operation. If this parameter is specified, the
* response includes only records beyond the marker, up to the value specified by
* MaxRecords
.
An optional marker returned from a prior request. Use this marker for
* pagination of results from this operation. If this parameter is specified, the
* response includes only records beyond the marker, up to the value specified by
* MaxRecords
.
An optional marker returned from a prior request. Use this marker for
* pagination of results from this operation. If this parameter is specified, the
* response includes only records beyond the marker, up to the value specified by
* MaxRecords
.