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;
        }