Amazon.ECS.Model.MerchantItemAttributes.WithPearlLustre C# (CSharp) 메소드

WithPearlLustre() 공개 메소드

Sets the PearlLustre property
public WithPearlLustre ( String pearlLustre ) : MerchantItemAttributes
pearlLustre String PearlLustre property
리턴 MerchantItemAttributes
        public MerchantItemAttributes WithPearlLustre(String pearlLustre)
        {
            this.pearlLustreField = pearlLustre;
            return this;
        }
MerchantItemAttributes