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

WithMPN() 공개 메소드

Sets the MPN property
public WithMPN ( String MPN ) : ItemAttributes
MPN String MPN property
리턴 ItemAttributes
        public ItemAttributes WithMPN(String MPN)
        {
            this.MPNField = MPN;
            return this;
        }
ItemAttributes