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

WithASIN() public method

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