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