Amazon.ECS.Model.HelpRequest.WithAbout C# (CSharp) Method

WithAbout() public method

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