Amazon.ECS.Model.MerchantItemAttributes.WithMagazineType C# (CSharp) Метод

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

Sets the MagazineType property
public WithMagazineType ( String magazineType ) : MerchantItemAttributes
magazineType String MagazineType property
Результат MerchantItemAttributes
        public MerchantItemAttributes WithMagazineType(String magazineType)
        {
            this.magazineTypeField = magazineType;
            return this;
        }
MerchantItemAttributes