Amazon.ECS.Model.VendorRebate.WithStartDate C# (CSharp) Метод

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

Sets the StartDate property
public WithStartDate ( String startDate ) : VendorRebate
startDate String StartDate property
Результат VendorRebate
        public VendorRebate WithStartDate(String startDate)
        {
            this.startDateField = startDate;
            return this;
        }