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

WithRingSize() 공개 메소드

Sets the RingSize property
public WithRingSize ( String ringSize ) : ItemAttributes
ringSize String RingSize property
리턴 ItemAttributes
        public ItemAttributes WithRingSize(String ringSize)
        {
            this.ringSizeField = ringSize;
            return this;
        }
ItemAttributes