Amazon.ECS.Model.Feedback.WithDate C# (CSharp) 메소드

WithDate() 공개 메소드

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