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