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

WithNumberOfRapidFireShots() public method

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