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;
        }