Provides details of the ActivityTaskScheduled event.

 public HistoryEvent WithActivityTaskScheduledEventAttributes(ActivityTaskScheduledEventAttributes activityTaskScheduledEventAttributes)
 {
     this.activityTaskScheduledEventAttributes = activityTaskScheduledEventAttributes;
     return this;
 }