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

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

Sets the Label property
public WithLabel ( String label ) : MerchantItemAttributes
label String Label property
Результат MerchantItemAttributes
        public MerchantItemAttributes WithLabel(String label)
        {
            this.labelField = label;
            return this;
        }
MerchantItemAttributes