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

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

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