Amazon.ECS.Model.ItemAttributes.WithSizePerPearl C# (CSharp) 메소드

WithSizePerPearl() 공개 메소드

Sets the SizePerPearl property
public WithSizePerPearl ( String sizePerPearl ) : ItemAttributes
sizePerPearl String SizePerPearl property
리턴 ItemAttributes
        public ItemAttributes WithSizePerPearl(String sizePerPearl)
        {
            this.sizePerPearlField = sizePerPearl;
            return this;
        }
ItemAttributes