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

WithPearlShape() public method

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