Amazon.ECS.Model.OtherCategoriesSimilarProduct.WithASIN C# (CSharp) 메소드

WithASIN() 공개 메소드

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