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

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

Sets the PearlStringingMethod property
public WithPearlStringingMethod ( String pearlStringingMethod ) : MerchantItemAttributes
pearlStringingMethod String PearlStringingMethod property
Результат MerchantItemAttributes
        public MerchantItemAttributes WithPearlStringingMethod(String pearlStringingMethod)
        {
            this.pearlStringingMethodField = pearlStringingMethod;
            return this;
        }
MerchantItemAttributes