Amazon.ECS.Model.ItemAttributes.WithReleaseDate C# (CSharp) Метод

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

Sets the ReleaseDate property
public WithReleaseDate ( String releaseDate ) : ItemAttributes
releaseDate String ReleaseDate property
Результат ItemAttributes
        public ItemAttributes WithReleaseDate(String releaseDate)
        {
            this.releaseDateField = releaseDate;
            return this;
        }
ItemAttributes