Amazon.ECS.Model.ItemAttributes.WithMPN C# (CSharp) Method

WithMPN() public method

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