Amazon.ECS.Model.MerchantItemAttributes.WithHasSelfTimer C# (CSharp) Метод

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

Sets the HasSelfTimer property
public WithHasSelfTimer ( Boolean hasSelfTimer ) : MerchantItemAttributes
hasSelfTimer Boolean HasSelfTimer property
Результат MerchantItemAttributes
        public MerchantItemAttributes WithHasSelfTimer(Boolean hasSelfTimer)
        {
            this.hasSelfTimerField = hasSelfTimer;
            return this;
        }
MerchantItemAttributes