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

WithPearlStringingMethod() public method

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