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

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

Sets the IsLabCreated property
public WithIsLabCreated ( Boolean isLabCreated ) : ItemAttributes
isLabCreated Boolean IsLabCreated property
Результат ItemAttributes
        public ItemAttributes WithIsLabCreated(Boolean isLabCreated)
        {
            this.isLabCreatedField = isLabCreated;
            return this;
        }
ItemAttributes