Amazon.ECS.Model.ItemAttributes.WithMagazineType C# (CSharp) Method

WithMagazineType() public method

Sets the MagazineType property
public WithMagazineType ( String magazineType ) : ItemAttributes
magazineType String MagazineType property
return ItemAttributes
        public ItemAttributes WithMagazineType(String magazineType)
        {
            this.magazineTypeField = magazineType;
            return this;
        }
ItemAttributes