Amazon.ECS.Model.HelpRequest.WithAbout C# (CSharp) 메소드

WithAbout() 공개 메소드

Sets the About property
public WithAbout ( String about ) : HelpRequest
about String About property
리턴 HelpRequest
        public HelpRequest WithAbout(String about)
        {
            this.aboutField = about;
            return this;
        }