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

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

Sets the PearlType property
public WithPearlType ( String pearlType ) : MerchantItemAttributes
pearlType String PearlType property
Результат MerchantItemAttributes
        public MerchantItemAttributes WithPearlType(String pearlType)
        {
            this.pearlTypeField = pearlType;
            return this;
        }
MerchantItemAttributes