Amazon.ECS.Model.NewRelease.WithTitle C# (CSharp) 메소드

WithTitle() 공개 메소드

Sets the Title property
public WithTitle ( String title ) : NewRelease
title String Title property
리턴 NewRelease
        public NewRelease WithTitle(String title)
        {
            this.titleField = title;
            return this;
        }