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

WithHoursOfOperation() 공개 메소드

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