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

WithPearlShape() public method

Sets the PearlShape property
public WithPearlShape ( String pearlShape ) : MerchantItemAttributes
pearlShape String PearlShape property
return MerchantItemAttributes
        public MerchantItemAttributes WithPearlShape(String pearlShape)
        {
            this.pearlShapeField = pearlShape;
            return this;
        }
MerchantItemAttributes