Amazon.ECS.Model.MerchantItemAttributes.WithLabel C# (CSharp) Méthode

WithLabel() public méthode

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