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