/// <summary> /// Sets the Activity property /// </summary> /// <param name="activity">The value to set for the Activity property </param> /// <returns>this instance</returns> public TerminateInstanceInAutoScalingGroupResult WithActivity(Activity activity) { this.activity = activity; return this; }
/// <summary> /// Sets the Activity property /// </summary> /// <param name="activity">The value to set for the Activity property </param> /// <returns>this instance</returns> public TerminateInstanceInAutoScalingGroupResult WithActivity(Activity activity) { this.activity = activity; return(this); }