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

WithHelpType() public method

Sets the HelpType property
public WithHelpType ( String helpType ) : HelpRequest
helpType String HelpType property
return HelpRequest
        public HelpRequest WithHelpType(String helpType)
        {
            this.helpTypeField = helpType;
            return this;
        }