Amazon.ECS.Model.ItemAttributes.WithModelYear C# (CSharp) 메소드

WithModelYear() 공개 메소드

Sets the ModelYear property
public WithModelYear ( Decimal modelYear ) : ItemAttributes
modelYear Decimal ModelYear property
리턴 ItemAttributes
        public ItemAttributes WithModelYear(Decimal modelYear)
        {
            this.modelYearField = modelYear;
            return this;
        }
ItemAttributes