Provides details of the ActivityTaskCompleted event.

コード例 #1
0
ファイル: HistoryEvent.cs プロジェクト: rguarino4/aws-sdk-net
 public HistoryEvent WithActivityTaskCompletedEventAttributes(ActivityTaskCompletedEventAttributes activityTaskCompletedEventAttributes)
 {
     this.activityTaskCompletedEventAttributes = activityTaskCompletedEventAttributes;
     return this;
 }