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

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

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