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

WithNumberOfRapidFireShots() public method

Sets the NumberOfRapidFireShots property
public WithNumberOfRapidFireShots ( Decimal numberOfRapidFireShots ) : ItemAttributes
numberOfRapidFireShots Decimal NumberOfRapidFireShots property
return ItemAttributes
        public ItemAttributes WithNumberOfRapidFireShots(Decimal numberOfRapidFireShots)
        {
            this.numberOfRapidFireShotsField = numberOfRapidFireShots;
            return this;
        }
ItemAttributes