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

WithDelayBetweenShots() public method

Sets the DelayBetweenShots property
public WithDelayBetweenShots ( DecimalWithUnits delayBetweenShots ) : MerchantItemAttributes
delayBetweenShots DecimalWithUnits DelayBetweenShots property
return MerchantItemAttributes
        public MerchantItemAttributes WithDelayBetweenShots(DecimalWithUnits delayBetweenShots)
        {
            this.delayBetweenShotsField = delayBetweenShots;
            return this;
        }
MerchantItemAttributes