Amazon.ECS.Model.HelpRequest.WithAbout C# (CSharp) Méthode

WithAbout() public méthode

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