Amazon.ECS.Model.NewRelease.WithASIN C# (CSharp) Méthode

WithASIN() public méthode

Sets the ASIN property
public WithASIN ( String ASIN ) : NewRelease
ASIN String ASIN property
Résultat NewRelease
        public NewRelease WithASIN(String ASIN)
        {
            this.ASINField = ASIN;
            return this;
        }