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

WithHoursOfOperation() 공개 메소드

Sets the HoursOfOperation property
public WithHoursOfOperation ( String hoursOfOperation ) : ItemAttributes
hoursOfOperation String HoursOfOperation property
리턴 ItemAttributes
        public ItemAttributes WithHoursOfOperation(String hoursOfOperation)
        {
            this.hoursOfOperationField = hoursOfOperation;
            return this;
        }
ItemAttributes