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

WithPearlStringingMethod() public méthode

Sets the PearlStringingMethod property
public WithPearlStringingMethod ( String pearlStringingMethod ) : MerchantItemAttributes
pearlStringingMethod String PearlStringingMethod property
Résultat MerchantItemAttributes
        public MerchantItemAttributes WithPearlStringingMethod(String pearlStringingMethod)
        {
            this.pearlStringingMethodField = pearlStringingMethod;
            return this;
        }
MerchantItemAttributes