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

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

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