public ScheduleActivityTaskDecisionAttributes WithActivityType(ActivityType activityType)
 {
     this.activityType = activityType;
     return this;
 }
 public DeprecateActivityTypeRequest WithActivityType(ActivityType activityType)
 {
     this.activityType = activityType;
     return this;
 }
Пример #3
0
 /// <summary>
 /// Sets the ActivityType property
 /// </summary>
 /// <param name="activityType">The value to set for the ActivityType property </param>
 /// <returns>this instance</returns>
 public ActivityTypeInfo WithActivityType(ActivityType activityType)
 {
     this.activityType = activityType;
     return(this);
 }
 /// <summary>
 /// Sets the ActivityType property
 /// </summary>
 /// <param name="activityType">The value to set for the ActivityType property </param>
 /// <returns>this instance</returns>
 public DescribeActivityTypeRequest WithActivityType(ActivityType activityType)
 {
     this.activityType = activityType;
     return this;
 }
 /// <summary>
 /// Sets the ActivityType property
 /// </summary>
 /// <param name="activityType">The value to set for the ActivityType property </param>
 /// <returns>this instance</returns>
 public ActivityTaskScheduledEventAttributes WithActivityType(ActivityType activityType)
 {
     this.activityType = activityType;
     return this;
 }
Пример #6
0
 /// <summary>
 /// Sets the ActivityType property
 /// </summary>
 /// <param name="activityType">The value to set for the ActivityType property </param>
 /// <returns>this instance</returns>
 public ActivityTask WithActivityType(ActivityType activityType)
 {
     this.activityType = activityType;
     return this;
 }
Пример #7
0
 /// <summary>
 /// Sets the ActivityType property
 /// </summary>
 /// <param name="activityType">The value to set for the ActivityType property </param>
 /// <returns>this instance</returns>
 public ScheduleActivityTaskFailedEventAttributes WithActivityType(ActivityType activityType)
 {
     this.activityType = activityType;
     return(this);
 }
 /// <summary>
 /// Sets the ActivityType property
 /// </summary>
 /// <param name="activityType">The value to set for the ActivityType property </param>
 /// <returns>this instance</returns>
 public DescribeActivityTypeRequest WithActivityType(ActivityType activityType)
 {
     this.activityType = activityType;
     return(this);
 }
 /// <summary>
 /// Sets the ActivityType property
 /// </summary>
 /// <param name="activityType">The value to set for the ActivityType property </param>
 /// <returns>this instance</returns>
 public ScheduleActivityTaskDecisionAttributes WithActivityType(ActivityType activityType)
 {
     this.activityType = activityType;
     return(this);
 }