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