Amazon.ECS.Model.SimilarProduct.WithASIN C# (CSharp) Метод

WithASIN() публичный Метод

Sets the ASIN property
public WithASIN ( String ASIN ) : SimilarProduct
ASIN String ASIN property
Результат SimilarProduct
        public SimilarProduct WithASIN(String ASIN)
        {
            this.ASINField = ASIN;
            return this;
        }