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

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

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