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

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

Sets the PearlShape property
public WithPearlShape ( String pearlShape ) : MerchantItemAttributes
pearlShape String PearlShape property
Результат MerchantItemAttributes
        public MerchantItemAttributes WithPearlShape(String pearlShape)
        {
            this.pearlShapeField = pearlShape;
            return this;
        }
MerchantItemAttributes