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

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

Sets the ProductSiteLaunchDate property
public WithProductSiteLaunchDate ( String productSiteLaunchDate ) : ItemAttributes
productSiteLaunchDate String ProductSiteLaunchDate property
Результат ItemAttributes
        public ItemAttributes WithProductSiteLaunchDate(String productSiteLaunchDate)
        {
            this.productSiteLaunchDateField = productSiteLaunchDate;
            return this;
        }
ItemAttributes