Provides details of the MarkerRecorded event.

 public HistoryEvent WithMarkerRecordedEventAttributes(MarkerRecordedEventAttributes markerRecordedEventAttributes)
 {
     this.markerRecordedEventAttributes = markerRecordedEventAttributes;
     return this;
 }