Amazon.ECS.Model.Feedback.WithDate C# (CSharp) Method

WithDate() public method

Sets the Date property
public WithDate ( String date ) : Feedback
date String Date property
return Feedback
        public Feedback WithDate(String date)
        {
            this.dateField = date;
            return this;
        }