Amazon.ECS.Model.CollectionParent.WithTitle C# (CSharp) Метод

WithTitle() публичный Метод

Sets the Title property
public WithTitle ( String title ) : CollectionParent
title String Title property
Результат CollectionParent
        public CollectionParent WithTitle(String title)
        {
            this.titleField = title;
            return this;
        }