Amazon.ECS.Model.VendorRebate.WithStartDate C# (CSharp) Method

WithStartDate() public method

Sets the StartDate property
public WithStartDate ( String startDate ) : VendorRebate
startDate String StartDate property
return VendorRebate
        public VendorRebate WithStartDate(String startDate)
        {
            this.startDateField = startDate;
            return this;
        }