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