Amazon.ECS.Model.MerchantItemAttributes.WithLabel C# (CSharp) Method

WithLabel() public method

Sets the Label property
public WithLabel ( String label ) : MerchantItemAttributes
label String Label property
return MerchantItemAttributes
        public MerchantItemAttributes WithLabel(String label)
        {
            this.labelField = label;
            return this;
        }
MerchantItemAttributes