Amazon.ECS.Model.TransactionItem.WithASIN C# (CSharp) Method

WithASIN() public method

Sets the ASIN property
public WithASIN ( String ASIN ) : TransactionItem
ASIN String ASIN property
return TransactionItem
        public TransactionItem WithASIN(String ASIN)
        {
            this.ASINField = ASIN;
            return this;
        }